From 294f8196483d6a87ac8a8e19c71ea86b65f7d161 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 21 Jan 2018 13:06:07 -0500 Subject: [PATCH] l10n: Eliminated STRING_CMD_UNDO_* --- src/commands/CmdUndo.cpp | 4 +--- src/l10n/deu-DEU.h | 1 - src/l10n/eng-USA.h | 1 - src/l10n/epo-RUS.h | 1 - src/l10n/esp-ESP.h | 1 - src/l10n/fra-FRA.h | 1 - src/l10n/ita-ITA.h | 1 - src/l10n/jpn-JPN.h | 1 - src/l10n/pol-POL.h | 1 - src/l10n/por-PRT.h | 1 - 10 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/commands/CmdUndo.cpp b/src/commands/CmdUndo.cpp index c2bd3122a..0018da368 100644 --- a/src/commands/CmdUndo.cpp +++ b/src/commands/CmdUndo.cpp @@ -27,8 +27,6 @@ #include #include #include -#include -#include extern Context context; @@ -37,7 +35,7 @@ CmdUndo::CmdUndo () { _keyword = "undo"; _usage = "task undo"; - _description = STRING_CMD_UNDO_USAGE; + _description = "Reverts the most recent change to a task"; _read_only = false; _displays_id = false; _needs_gc = false; diff --git a/src/l10n/deu-DEU.h b/src/l10n/deu-DEU.h index d20340ae1..b46066fa4 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -27,7 +27,6 @@ #ifndef INCLUDED_STRINGS #define INCLUDED_STRINGS -#define STRING_CMD_UNDO_USAGE "Macht die letzte Änderung an einer Aufgabe Rückgängig" #define STRING_COLUMN_EXAMPLES_ANNO1 "Direkt vor dem Mittagessen" #define STRING_COLUMN_EXAMPLES_ANNO2 "Wenn Du heute Nachmittag in der Partie mitspielst" #define STRING_COLUMN_EXAMPLES_ANNO3 "Bevor Du den Brief nach Hause schreibst" diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index aeb7547d6..9c8b7db73 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -27,7 +27,6 @@ #ifndef INCLUDED_STRINGS #define INCLUDED_STRINGS -#define STRING_CMD_UNDO_USAGE "Reverts the most recent change to a task" #define STRING_COLUMN_EXAMPLES_ANNO1 "Immediately before your lunch" #define STRING_COLUMN_EXAMPLES_ANNO2 "If you are playing in the match this afternoon" #define STRING_COLUMN_EXAMPLES_ANNO3 "Before you write your letter home" diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index ce8c048c1..c06285509 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -27,7 +27,6 @@ #ifndef INCLUDED_STRINGS #define INCLUDED_STRINGS -#define STRING_CMD_UNDO_USAGE "Malfaras la plej malfrua modifado al tasko" #define STRING_COLUMN_EXAMPLES_ANNO1 "Juste antaŭ tagmanĝi" #define STRING_COLUMN_EXAMPLES_ANNO2 "Se vi ludos en la maĉo hodiaŭ posttagmeze" #define STRING_COLUMN_EXAMPLES_ANNO3 "Antaŭ skribi poŝtaĵon hejmen" diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index b488b8467..d7b33bb23 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -27,7 +27,6 @@ #ifndef INCLUDED_STRINGS #define INCLUDED_STRINGS -#define STRING_CMD_UNDO_USAGE "Revierte el cambio más reciente a una tarea" #define STRING_COLUMN_EXAMPLES_ANNO1 "Inmediatamente antes de comer" #define STRING_COLUMN_EXAMPLES_ANNO2 "Si juegas en el partido de esta tarde" #define STRING_COLUMN_EXAMPLES_ANNO3 "Antes de que escribas a casa" diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index c32a8ad19..4b01fe046 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -27,7 +27,6 @@ #ifndef INCLUDED_STRINGS #define INCLUDED_STRINGS -#define STRING_CMD_UNDO_USAGE "Annule les changements les plus récents sur une tâche" #define STRING_COLUMN_EXAMPLES_ANNO1 "Juste avant votre repas" #define STRING_COLUMN_EXAMPLES_ANNO2 "If you are playing in the match this afternoon" #define STRING_COLUMN_EXAMPLES_ANNO3 "Before you write your letter home" diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index cc331b4fa..1029c2dbf 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -27,7 +27,6 @@ #ifndef INCLUDED_STRINGS #define INCLUDED_STRINGS -#define STRING_CMD_UNDO_USAGE "Ritorna alla più recente modifica di un task" #define STRING_COLUMN_EXAMPLES_ANNO1 "Immediatamente prima di pranzo" #define STRING_COLUMN_EXAMPLES_ANNO2 "Se si sta giocando la partita questo pomeriggio" #define STRING_COLUMN_EXAMPLES_ANNO3 "Prima di scrivere la lettera a casa" diff --git a/src/l10n/jpn-JPN.h b/src/l10n/jpn-JPN.h index e9fa85707..1ba1820c1 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -27,7 +27,6 @@ #ifndef INCLUDED_STRINGS #define INCLUDED_STRINGS -#define STRING_CMD_UNDO_USAGE "Reverts the most recent change to a task" #define STRING_COLUMN_EXAMPLES_ANNO1 "Immediately before your lunch" #define STRING_COLUMN_EXAMPLES_ANNO2 "If you are playing in the match this afternoon" #define STRING_COLUMN_EXAMPLES_ANNO3 "Before you write your letter home" diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index e39f7ed7a..b9767ab3d 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -27,7 +27,6 @@ #ifndef INCLUDED_STRINGS #define INCLUDED_STRINGS -#define STRING_CMD_UNDO_USAGE "Odwraca ostatnią zmianę w zadaniu" #define STRING_COLUMN_EXAMPLES_ANNO1 "Odrazu przed obiadem" #define STRING_COLUMN_EXAMPLES_ANNO2 "Jesli grasz mecz tego popołudnia" #define STRING_COLUMN_EXAMPLES_ANNO3 "Przed napisaniem listu do domu" diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index 2612f56dd..c96d04300 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -27,7 +27,6 @@ #ifndef INCLUDED_STRINGS #define INCLUDED_STRINGS -#define STRING_CMD_UNDO_USAGE "Reverte a mais recente modificação a uma tarefa" #define STRING_COLUMN_EXAMPLES_ANNO1 "Imediatamente antes do almoço" #define STRING_COLUMN_EXAMPLES_ANNO2 "Se vais jogar no torneio esta tarde" #define STRING_COLUMN_EXAMPLES_ANNO3 "Antes de escrever para casa"