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 /pt_BR | |
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>
Diffstat (limited to 'pt_BR')
-rw-r--r-- | pt_BR/dialog/OptionsDialog.xcu | 2 | ||||
-rw-r--r-- | pt_BR/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu | 2 |
2 files changed, 2 insertions, 2 deletions
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"> |