diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-03-05 09:25:13 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-03-05 11:33:12 +0000 |
commit | 42032f5d3b960185a9e4b1b63680af0ae27dca2d (patch) | |
tree | d4e755e4d90a3b9f69aca2c1b8e2038b09d1291e /svtools | |
parent | f04999cc84152ef9fc216d339da4b5fc2c52e256 (diff) |
tdf#98403: UGX Currency is "Uganda" not "Ganda"
Change-Id: Ibfd0b1f8f0af4717691523b87ffce1bcb2ee4b5d
Reviewed-on: https://gerrit.libreoffice.org/22926
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/langtab.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index 1b6b0cfe858f..a0312000e80b 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -262,7 +262,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "English (Ghana)" ; LANGUAGE_USER_ENGLISH_GHANA ; > ; < "Sango" ; LANGUAGE_USER_SANGO ; > ; < "Tagalog" ; LANGUAGE_USER_TAGALOG ; > ; - < "Ganda" ; LANGUAGE_USER_GANDA ; > ; + < "Uganda" ; LANGUAGE_USER_GANDA ; > ; < "Lingala" ; LANGUAGE_USER_LINGALA_DRCONGO ; > ; < "Low German" ; LANGUAGE_USER_LOW_GERMAN ; > ; < "Hiligaynon" ; LANGUAGE_USER_HILIGAYNON ; > ; |