diff options
author | László Németh <nemeth@numbertext.org> | 2013-01-22 17:54:12 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2013-01-22 17:56:29 +0100 |
commit | 2db08bf5b2e860ef884134acf7afdcc87ba6a7ec (patch) | |
tree | 7358ce722af95515ac0e93a45f79711f740ad185 /officecfg | |
parent | efddbb9409554d713616b32e8fafa5b4b913ed54 (diff) |
librelogo toolbar: better tooltips
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Addons.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Addons.xcu b/officecfg/registry/data/org/openoffice/Office/Addons.xcu index 8c08f53ed6c8..2e8144b06f07 100644 --- a/officecfg/registry/data/org/openoffice/Office/Addons.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Addons.xcu @@ -77,7 +77,7 @@ <value>vnd.sun.star.script:LibreLogo|LibreLogo.py$run?language=Python&location=share</value> </prop> <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Start (the program in the Writer document)</value> + <value xml:lang="en-US">Start Logo program (text or selected text of the document)</value> </prop> <prop oor:name="Target" oor:type="xs:string"> <value>_self</value> @@ -130,7 +130,7 @@ <value>vnd.sun.star.script:LibreLogo|LibreLogo.py$commandline?language=Python&location=share</value> </prop> <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Logo command line (press F1 here for help)</value> + <value xml:lang="en-US">Logo command line (press Enter for command execution or F1 for help)</value> </prop> <prop oor:name="Target" oor:type="xs:string"> <value>_self</value> |