diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2016-09-18 21:01:00 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-09-28 20:59:02 +0000 |
commit | 80942ca029a632beb48d0e1baf37e28a355c7dd9 (patch) | |
tree | ff15ed33fce976ca4df1d5aa2f74c68486c07922 /cui | |
parent | 652c97b8216c03676bbee08f749e2164e8808c8d (diff) |
tdf#102235 Replace Hindi with Indic and add some sample digits
Tools > Options > Language settings > Complex Text Layout > Numerals:
Choosing "Hindi" (eastern arabic) numerals is quite confusing
for Hindi language which use Devanagari numerals.
I propose to recall it "Indic"
See https://en.wikipedia.org/wiki/Eastern_Arabic_numerals
and add some sample digits
Change-Id: I97e50d6e5c4715eb3aed9701457164269d5d75da
Reviewed-on: https://gerrit.libreoffice.org/29000
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optctlpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/optctlpage.ui b/cui/uiconfig/ui/optctlpage.ui index d965e0db8c8f..d585c0660b8d 100644 --- a/cui/uiconfig/ui/optctlpage.ui +++ b/cui/uiconfig/ui/optctlpage.ui @@ -232,8 +232,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <items> - <item translatable="yes">Arabic</item> - <item translatable="yes">Hindi</item> + <item translatable="yes">Arabic (1, 2, 3...)</item> + <item translatable="yes">Indic (٣ ,٢ ,١...)</item> <item translatable="yes">System</item> <item translatable="yes">Context</item> </items> |