svtools/source/misc/langtab.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 42032f5d3b960185a9e4b1b63680af0ae27dca2d Author: Julien Nabet <[email protected]> Date: Sat Mar 5 09:25:13 2016 +0100 tdf#98403: UGX Currency is "Uganda" not "Ganda" Change-Id: Ibfd0b1f8f0af4717691523b87ffce1bcb2ee4b5d Reviewed-on: https://gerrit.libreoffice.org/22926 Tested-by: Jenkins <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index 1b6b0cf..a0312000 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 ; > ; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
