diff options
author | László Németh <nemeth@numbertext.org> | 2014-03-24 13:50:43 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2014-03-24 13:53:18 +0100 |
commit | d87ee64034381f6a59cd250d3bd783957cb0ada1 (patch) | |
tree | 88105dbceab585bda0a8244f0d4544e5af4c60fc /officecfg/registry | |
parent | 1d9561f56c0e39aa54e3f23d509be98514ff2abc (diff) |
librelogo toolbar: fix tooltips
Change-Id: If6083ca832c0cc6c8f9783dfafb908bf6f653490
Diffstat (limited to 'officecfg/registry')
-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 04dfca24ee72..3763c5e03100 100644 --- a/officecfg/registry/data/org/openoffice/Office/Addons.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Addons.xcu @@ -75,7 +75,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 Logo program (text or selected text of the document)</value> + <value xml:lang="en-US">Start Logo program (text or selected text of the documents) or an example (in empty documents)</value> </prop> <prop oor:name="Target" oor:type="xs:string"> <value>_self</value> @@ -151,7 +151,7 @@ <value>vnd.sun.star.script:LibreLogo|LibreLogo.py$__translate__?language=Python&location=share</value> </prop> <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Uppercase commands, also translate them to the language of the document</value> + <value xml:lang="en-US">Set editing layout, format program or translate it into the language of the document</value> </prop> <prop oor:name="Target" oor:type="xs:string"> <value>_self</value> |