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 /uui | |
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 'uui')
-rw-r--r-- | uui/source/secmacrowarnings.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/secmacrowarnings.hxx b/uui/source/secmacrowarnings.hxx index b94a8baeb3c1..62517709d66b 100644 --- a/uui/source/secmacrowarnings.hxx +++ b/uui/source/secmacrowarnings.hxx @@ -52,7 +52,7 @@ private: VclPtr<PushButton> mpEnableBtn; VclPtr<PushButton> mpDisableBtn; - const bool mbSignedMode; // modus of dialog (signed / unsigned macros) + const bool mbSignedMode; // mode of dialog (signed / unsigned macros) const bool mbShowSignatures; sal_Int32 mnActSecLevel; |