diff options
author | sabri unal <yakushabb@gmail.com> | 2018-12-11 07:14:21 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-12-16 18:40:37 +0100 |
commit | 37f536403a1746d2e1422ad06a941e67d01577f6 (patch) | |
tree | 4d92c9f19b7cd2cb699effae068e4f5a0d7252ba | |
parent | 86921a78c42f4fd499d86a226e34ab97e8b85ed5 (diff) |
Related: tdf#121610 Do dictionary option titles Title Case
Change-Id: I3ab12669bec1265ad06288a122661c5b77733e1b
Reviewed-on: https://gerrit.libreoffice.org/64916
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
5 files changed, 5 insertions, 5 deletions
diff --git a/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu b/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu index f5995c7..a867a59 100644 --- a/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu +++ b/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu @@ -12,7 +12,7 @@ <value>org.openoffice.en.hunspell.dictionaries</value> </prop> <prop oor:name="Label"> - <value xml:lang="en-US">English sentence checking</value> + <value xml:lang="en-US">English Sentence Checking</value> </prop> <prop oor:name="OptionsPage"> <value>%origin%/en.xdl</value> diff --git a/hu_HU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu b/hu_HU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu index 73b4347..9bc53f5 100644 --- a/hu_HU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu +++ b/hu_HU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu @@ -12,7 +12,7 @@ <value>org.openoffice.hu.hunspell.dictionaries</value> </prop> <prop oor:name="Label"> - <value xml:lang="en-US">Hungarian sentence checking</value> + <value xml:lang="en-US">Hungarian Sentence Checking</value> </prop> <prop oor:name="OptionsPage"> <value>%origin%/hu_HU.xdl</value> diff --git a/pt_BR/dialog/OptionsDialog.xcu b/pt_BR/dialog/OptionsDialog.xcu index e9d8698..0a81dbf 100644 --- a/pt_BR/dialog/OptionsDialog.xcu +++ b/pt_BR/dialog/OptionsDialog.xcu @@ -13,7 +13,7 @@ <value>org.openoffice.pt_BR.hunspell.dictionaries</value> </prop> <prop oor:name="Label"> - <value xml:lang="en-US">Grammar checking (Portuguese)</value> + <value xml:lang="en-US">Grammar Checking (Portuguese)</value> <value xml:lang="pt-BR">Corretor Gramatical (Português - Brasil)</value> </prop> <prop oor:name="OptionsPage"> diff --git a/pt_BR/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu b/pt_BR/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu index e3a4f6a..d8c9129 100644 --- a/pt_BR/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu +++ b/pt_BR/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu @@ -13,7 +13,7 @@ <value>org.openoffice.pt.hunspell.dictionaries</value> </prop> <prop oor:name="Label"> - <value xml:lang="en-US">Grammar checking (Portuguese)</value> + <value xml:lang="en-US">Grammar Checking (Portuguese)</value> <value xml:lang="pt-BR">Corretor Gramatical (Português - Brasil)</value> </prop> <prop oor:name="OptionsPage"> diff --git a/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu b/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu index 109c8a6..96a1f3f 100644 --- a/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu +++ b/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu @@ -12,7 +12,7 @@ <value>org.openoffice.ru.hunspell.dictionaries</value> </prop> <prop oor:name="Label"> - <value xml:lang="en-US">Grammar checking (Russian)</value> + <value xml:lang="en-US">Grammar Checking (Russian)</value> </prop> <prop oor:name="OptionsPage"> <value>%origin%/ru_RU.xdl</value> |