From 963ae7f056aa3f2c4f97964a2efd1f062b6eea7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 3 Jan 2019 14:18:28 +0100 Subject: Fix empty translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- krecipes/src/exporters/cookmlexporter.cpp | 2 +- po/krecipes.pot | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/krecipes/src/exporters/cookmlexporter.cpp b/krecipes/src/exporters/cookmlexporter.cpp index c744946..f33adf5 100644 --- a/krecipes/src/exporters/cookmlexporter.cpp +++ b/krecipes/src/exporters/cookmlexporter.cpp @@ -68,7 +68,7 @@ TQString CookMLExporter::createContent( const RecipeList& recipes ) head_tag.setAttribute( "title", ( *recipe_it ).title ); head_tag.setAttribute( "servingqty", ( *recipe_it ).yield.amount ); head_tag.setAttribute( "servingtype", ( *recipe_it ).yield.type ); - head_tag.setAttribute( "rid", i18n( "" ) ); //FIXME:what's this...recipe ID?? + head_tag.setAttribute( "rid", "" ); //FIXME:what's this...recipe ID?? recipe_tag.appendChild( head_tag ); for ( ElementList::const_iterator cat_it = ( *recipe_it ).categoryList.begin(); cat_it != ( *recipe_it ).categoryList.end(); ++cat_it ) { diff --git a/po/krecipes.pot b/po/krecipes.pot index 5fc5ed4..a998346 100644 --- a/po/krecipes.pot +++ b/po/krecipes.pot @@ -1,12 +1,11 @@ # SOME DESCRIPTIVE TITLE. # FIRST AUTHOR , YEAR. # -#: src/exporters/cookmlexporter.cpp:71 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-01-03 14:08+0100\n" +"POT-Creation-Date: 2019-01-03 14:17+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- cgit v1.2.3