diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-09-23 07:19:34 +0400 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-09-24 09:17:44 +0000 |
commit | c5cacc506d8243b8278aa036cd4e6b2ccee65142 (patch) | |
tree | 4d7f86e6e6ab81f1bb543445da52541b289d19cd /officecfg | |
parent | 705a8c226aee3e68db492083b7cf8b704335328b (diff) |
fdo#55903 - fixed zoom mode button tooltip for better understanding
Change-Id: I42c5ad557c00d2db80e691332756a544651ab7de
Reviewed-on: https://gerrit.libreoffice.org/11596
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 4e2f83f79bff..6e32a5ecd43d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -1491,7 +1491,7 @@ </node> <node oor:name=".uno:ZoomMode" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Zoom Tool</value> + <value xml:lang="en-US">Zoom & Pan (CTRL to Zoom Out, SHIFT to Pan)</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |