diff options
author | Johnny_M <klasse@partyheld.de> | 2017-09-02 13:06:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-04 11:04:46 +0200 |
commit | 75a96e22fd162a9410333698f57e4302ae190e66 (patch) | |
tree | 6d4334a286099dc70aa5018c58b4d23d99bda9eb /unotools/source/config/dynamicmenuoptions.cxx | |
parent | 0a05919fa3b8a63d74abb13cc1ee25656cb659f0 (diff) |
Translate German comments/debug strings (leftovers in dirs test to uui)
Translates leftovers found using a custom regex.
Additionally:
- A few spelling fixes
Change-Id: I3772e1b914acc487d80ab14efb815cb178ca3dcb
Reviewed-on: https://gerrit.libreoffice.org/41831
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'unotools/source/config/dynamicmenuoptions.cxx')
-rw-r--r-- | unotools/source/config/dynamicmenuoptions.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx index d0ceb86c61ea..a1e87e953ab0 100644 --- a/unotools/source/config/dynamicmenuoptions.cxx +++ b/unotools/source/config/dynamicmenuoptions.cxx @@ -267,18 +267,18 @@ SvtDynamicMenuOptions_Impl::SvtDynamicMenuOptions_Impl() // first "New" menu ... // Name Value // /New/1/URL "private:factory/swriter" - // /New/1/Title "Neues Writer Dokument" + // /New/1/Title "New Writer Document" // /New/1/ImageIdentifier "icon_writer" // /New/1/TargetName "_blank" // /New/2/URL "private:factory/scalc" - // /New/2/Title "Neues Calc Dokument" + // /New/2/Title "New Calc Document" // /New/2/ImageIdentifier "icon_calc" // /New/2/TargetName "_blank" // second "Wizard" menu ... // /Wizard/1/URL "file://b" - // /Wizard/1/Title "MalWas" + // /Wizard/1/Title "PaintSomething" // /Wizard/1/ImageIdentifier "icon_?" // /Wizard/1/TargetName "_self" |