diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2017-08-03 14:55:27 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@googlemail.com> | 2017-08-24 17:02:33 +0200 |
commit | 1098fba99acb8c8cc7e87c55ece12ef175593147 (patch) | |
tree | ef0a332b1efd569ad3f94b84e9eb58b6d4718922 | |
parent | d31a8263d564ebd7886f6debdf36cedd031915ea (diff) |
tdf#87648 Spelling and Grammar
Renamed to just Spelling
Change-Id: I4433d75a8fd697e8d4dd25fa5d26411ed15b6c1b
Reviewed-on: https://gerrit.libreoffice.org/40717
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
-rw-r--r-- | cui/uiconfig/ui/spellingdialog.ui | 2 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui index 0f576da899ac..07688929231b 100644 --- a/cui/uiconfig/ui/spellingdialog.ui +++ b/cui/uiconfig/ui/spellingdialog.ui @@ -6,7 +6,7 @@ <object class="GtkDialog" id="SpellingDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="title" translatable="yes" context="spellingdialog|SpellingDialog">Spelling and Grammar: $LANGUAGE ($LOCATION)</property> + <property name="title" translatable="yes" context="spellingdialog|SpellingDialog">Spelling: $LANGUAGE ($LOCATION)</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 62f495322389..ff7788129b3c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3577,10 +3577,10 @@ <value xml:lang="en-US">Spelling</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">~Spelling and Grammar...</value> + <value xml:lang="en-US">~Spelling...</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> - <value xml:lang="en-US">Check Spelling and Grammar</value> + <value xml:lang="en-US">Check Spelling</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |