diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-19 11:54:23 -0600 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-21 12:08:55 +0000 |
commit | dca47c4774a8373a7389268e3123bf8ebcf109c3 (patch) | |
tree | d42a8bfddaf3ea5bec9b06c32e8c8139cc01d39b /officecfg/registry | |
parent | 82e5f287cc278781cdedee0d92fb4ce17cbc42bc (diff) |
HIG fixes for basctl
And a menu item and dialog rename: Goto Line (Number) → Go to Line
Change-Id: I5889486ddd7925a9ade889787889a9b9b6221f39
Reviewed-on: https://gerrit.libreoffice.org/12971
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu index be70ad736809..45c1914a9513 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu @@ -5,7 +5,7 @@ <node oor:name="Commands"> <node oor:name=".uno:GotoLine" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Goto Line Number...</value> + <value xml:lang="en-US">Go to Line...</value> </prop> </node> <node oor:name=".uno:ShowLines" oor:op="replace"> |