From 144ca70a36f94a1d4cd7e2316a55dbb9cd083230 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 6 Dec 2012 08:25:29 -0500 Subject: [PATCH] Typo - Fixed configuration setting typo (thanks to trHD). --- AUTHORS | 1 + src/en-US.h | 2 +- src/es-ES.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4c751c34e..5730ab5db 100644 --- a/AUTHORS +++ b/AUTHORS @@ -161,4 +161,5 @@ suggestions: Florian Hollerweger Thomas Sullivan Tim None + trHD diff --git a/src/en-US.h b/src/en-US.h index b920db9d4..101443694 100644 --- a/src/en-US.h +++ b/src/en-US.h @@ -105,7 +105,7 @@ // A3 #define STRING_A3_ALTERNATE_RC "Using alternate .taskrc file {1}" -#define STRING_A3_ALTERNATE_DATA "Using alternate date.location {1}" +#define STRING_A3_ALTERNATE_DATA "Using alternate data.location {1}" #define STRING_A3_OVERRIDE_RC "Configuration override rc.{1}:{2}" #define STRING_A3_OVERRIDE_PROBLEM "Problem with override: {1}" #define STRING_A3_UNKNOWN_ATTMOD "Error: unrecognized attribute modifier '{1}'." diff --git a/src/es-ES.h b/src/es-ES.h index 5591be57d..88ed3824d 100644 --- a/src/es-ES.h +++ b/src/es-ES.h @@ -104,7 +104,7 @@ // A3 #define STRING_A3_ALTERNATE_RC "Usando el archivo .taskrc alternativo {1}" -#define STRING_A3_ALTERNATE_DATA "Usando date.location alternativa {1}" +#define STRING_A3_ALTERNATE_DATA "Usando data.location alternativa {1}" // Sobrescritura: de R.A.E. sobrescribir #define STRING_A3_OVERRIDE_RC "Sobrescritura de configuración rc.{1}:{2}" #define STRING_A3_OVERRIDE_PROBLEM "Problema con sobrescritura: {1}"