From b81d16d79990dccf263367356826a30f23439367 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 1 Sep 2013 19:32:44 +0200 Subject: fdo#68795: Fix name of Assamese language MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The name of the language is Assamese not Assami. Change-Id: I29c64a6d3de28783ac34f9505f206a61781e08f6 Reviewed-on: https://gerrit.libreoffice.org/5743 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/source/misc/langtab.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/misc') diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index 5c177e9b8bb4..db2ef9490fd2 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 ; > ; -- cgit