L10N: Fixed ambiguity in the esp-ESP localization

- Thanks to Fidel Mato.
This commit is contained in:
Paul Beckingham 2016-04-28 21:02:09 -04:00
parent c6e190118f
commit 079e2f3008
2 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,8 @@
- Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
virtual tag.
- Removed deprecated 'alias._query' setting.
- Fixed ambiguity in the esp-ESP localization
(thanks to Fidel Mato).
2.5.1 (2016-02-24) 8b4ae3b54b44dfbd00b96cdd6dceb8dfe7cc1ea0

View file

@ -1048,7 +1048,7 @@
#define STRING_UTIL_CONFIRM_NO "no" // |esp-ESP|==|eng-USA|
#define STRING_UTIL_CONFIRM_ALL "todos"
#define STRING_UTIL_CONFIRM_ALL_U "Todos"
#define STRING_UTIL_CONFIRM_QUIT "sal"
#define STRING_UTIL_CONFIRM_QUIT "canc"
#define STRING_UTIL_GIBIBYTES "GiB" // |esp-ESP|==|eng-USA|
#define STRING_UTIL_MEBIBYTES "MiB" // |esp-ESP|==|eng-USA|
#define STRING_UTIL_KIBIBYTES "KiB" // |esp-ESP|==|eng-USA|