[Libreoffice-commits] core.git: svtools/source

Khaled Hosny khaledhosny at eglug.org
Sun Sep 1 12:12:58 PDT 2013


 svtools/source/misc/langtab.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b81d16d79990dccf263367356826a30f23439367
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Sun Sep 1 19:32:44 2013 +0200

    fdo#68795: Fix name of Assamese language
    
    The name of the language is Assamese not Assami.
    
    Change-Id: I29c64a6d3de28783ac34f9505f206a61781e08f6
    Reviewed-on: https://gerrit.libreoffice.org/5743
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 5c177e9..db2ef94 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -63,7 +63,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
         < "Arabic (Yemen)" ; LANGUAGE_ARABIC_YEMEN ; > ;
         < "Aragonese" ; LANGUAGE_USER_ARAGONESE ; > ;
         < "Armenian" ; LANGUAGE_ARMENIAN ; > ;
-        < "Assami" ; LANGUAGE_ASSAMESE ; > ;
+        < "Assamese" ; LANGUAGE_ASSAMESE ; > ;
         < "Azerbaijani Latin" ; LANGUAGE_AZERI_LATIN ; > ;
         < "Azerbaijani Cyrillic" ; LANGUAGE_AZERI_CYRILLIC ; > ;
         < "Basque" ; LANGUAGE_BASQUE ; > ;


More information about the Libreoffice-commits mailing list