diff options
author | Johnny_M <klasse@partyheld.de> | 2017-09-17 14:23:46 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-18 12:08:40 +0200 |
commit | 510b9557c37c666016c55e6ed2be7a50dbd1b67f (patch) | |
tree | 2e6c33dd3672502bf7937bec66adb30c7e2bf8cd /wizards/source/tutorials | |
parent | 3af68b14791118868e410133ea5a2b555bbac6eb (diff) |
Translate German comments and debug strings (leftovers in dirs w... and x...)
Translates leftovers found using a custom regex in directories beginning with "w" and "x".
Additionally:
- A few corrections of previous translations
Change-Id: Ic30cf6792748a6bea8782a9a3711fa468b80bdaf
Reviewed-on: https://gerrit.libreoffice.org/42378
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'wizards/source/tutorials')
-rw-r--r-- | wizards/source/tutorials/Functions.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/tutorials/Functions.xba b/wizards/source/tutorials/Functions.xba index b84f3af65753..cded8504ea30 100644 --- a/wizards/source/tutorials/Functions.xba +++ b/wizards/source/tutorials/Functions.xba @@ -148,7 +148,7 @@ Sub Destroy() wait 1000 ShowInfoDialog.DisposeIDialog() - ' HIER WIRD DAS DOCUMENT GESCHLOSSEN!!!!!!!! GPF + ' THE DOCUMENT GETS CLOSED HERE!!!!!!!! GPF thisComponent.CurrentController.Frame.close(True) End Sub |