diff --git a/src/l10n/deu-DEU.h b/src/l10n/deu-DEU.h index 7b26d49c6..420b349a4 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -713,9 +713,6 @@ #define STRING_TDB2_DIRTY_EXIT "Beende mit ungeschriebenen Änderungen auf {1}" #define STRING_TDB2_UNWAIT "Un-waiting task '{1}'" -// recur.cpp -#define STRING_RECUR_CREATE "Creating recurring task instance '{1}'" - // View #define STRING_VIEW_TOO_SMALL "Dieser Report hat eine Mindestbreite von {1} und passt nicht in die Bildschirmbreite von {2}." diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index a0a5c0e77..922b75c2f 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -710,9 +710,6 @@ #define STRING_TDB2_DIRTY_EXIT "Exiting with unwritten changes to {1}" #define STRING_TDB2_UNWAIT "Un-waiting task '{1}'" -// recur.cpp -#define STRING_RECUR_CREATE "Creating recurring task instance '{1}'" - // View #define STRING_VIEW_TOO_SMALL "The report has a minimum width of {1} and does not fit in the available width of {2}." diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index 33b85c713..322e83a81 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -713,9 +713,6 @@ #define STRING_TDB2_DIRTY_EXIT "Eliranta kun neskribitajn ŝanĝojn al {1}" #define STRING_TDB2_UNWAIT "Un-waiting task '{1}'" -// recur.cpp -#define STRING_RECUR_CREATE "Creating recurring task instance '{1}'" - // View #define STRING_VIEW_TOO_SMALL "La raporto havas larĝecminimumon {1}, al kio ne konformas la disponebla larĝeco {2}." diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index 5ea626298..bc9778359 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -726,9 +726,6 @@ #define STRING_TDB2_DIRTY_EXIT "Saliendo con cambios sin escribir a {1}" #define STRING_TDB2_UNWAIT "Tarea no en espera '{1}'" -// recur.cpp -#define STRING_RECUR_CREATE "Creando instancia de tarea recurrente '{1}'" - // View #define STRING_VIEW_TOO_SMALL "El informe tiene una anchura mínima de {1} y no cabe en la disponible, que es {2}." diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index 19843eda0..4948ff6c2 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -715,9 +715,6 @@ #define STRING_TDB2_DIRTY_EXIT "Exiting with unwritten changes to {1}" #define STRING_TDB2_UNWAIT "Un-waiting task '{1}'" -// recur.cpp -#define STRING_RECUR_CREATE "Creating recurring task instance '{1}'" - // View #define STRING_VIEW_TOO_SMALL "The report has a minimum width of {1} and does not fit in the available width of {2}." diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index 0a4de2151..6a43be4b3 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -714,9 +714,6 @@ #define STRING_TDB2_DIRTY_EXIT "Exiting with unwritten changes to {1}" #define STRING_TDB2_UNWAIT "Un-waiting task '{1}'" -// recur.cpp -#define STRING_RECUR_CREATE "Creating recurring task instance '{1}'" - // View #define STRING_VIEW_TOO_SMALL "Il report ha larghezza minima di {1} e non entra nella larghezza disponibile di {2}." diff --git a/src/l10n/jpn-JPN.h b/src/l10n/jpn-JPN.h index 6e22afdac..f742c351a 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -715,9 +715,6 @@ #define STRING_TDB2_DIRTY_EXIT "Exiting with unwritten changes to {1}" #define STRING_TDB2_UNWAIT "Un-waiting task '{1}'" -// recur.cpp -#define STRING_RECUR_CREATE "Creating recurring task instance '{1}'" - // View #define STRING_VIEW_TOO_SMALL "The report has a minimum width of {1} and does not fit in the available width of {2}." diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index e0247ab39..2a8e3e894 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -715,9 +715,6 @@ #define STRING_TDB2_DIRTY_EXIT "Zamykanie z niezapisanymi zmianami w {1}" #define STRING_TDB2_UNWAIT "Un-waiting task '{1}'" -// recur.cpp -#define STRING_RECUR_CREATE "Creating recurring task instance '{1}'" - // View #define STRING_VIEW_TOO_SMALL "Raport ma minimalną szerokość {1} i nie mieści się w dostępnej przestrzeni {2}." diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index b1358d7da..6668dc8e3 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -715,9 +715,6 @@ #define STRING_TDB2_DIRTY_EXIT "Saindo com modificações por gravar de {1}" #define STRING_TDB2_UNWAIT "Un-waiting task '{1}'" -// recur.cpp -#define STRING_RECUR_CREATE "Creating recurring task instance '{1}'" - // View #define STRING_VIEW_TOO_SMALL "O relatório tem uma largura mínima de {1} e não cabe na largura disponível {2}." diff --git a/src/recur.cpp b/src/recur.cpp index 422cdbc8a..15d71a9bf 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -131,7 +131,7 @@ void handleRecurrence () context.tdb2.modify (t); if (context.verbose ("recur")) - context.footnote (format (STRING_RECUR_CREATE, t.get ("description"))); + context.footnote (format ("Creating recurring task instance '{1}'", t.get ("description"))); } }