diff options
author | Johnny_M <klasse@partyheld.de> | 2017-11-11 15:10:18 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2017-11-14 08:24:32 +0100 |
commit | 97b5b99d715733dde6c0e8ed59b3f16236a7fff1 (patch) | |
tree | a8c691e2c4ba03ec8fc2bfc13e7f6c52d219c6c1 /basctl | |
parent | 2796b7e298b7c536a87fdf9502e1a6093a041e93 (diff) |
Translate German debug strings
Change-Id: If4da1df3f7889d2b579fcde4fec5ac3c82026555
Reviewed-on: https://gerrit.libreoffice.org/44627
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 34b3c62126af..a48c70a43446 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -1015,7 +1015,7 @@ void EditorWindow::CreateEditEngine() pBindings->Invalidate(SID_BASICIDE_STAT_TITLE); } - DBG_ASSERT(rModulWindow.GetBreakPointWindow().GetCurYOffset() == 0, "CreateEditEngine: Brechpunkte verschoben?"); + DBG_ASSERT(rModulWindow.GetBreakPointWindow().GetCurYOffset() == 0, "CreateEditEngine: breakpoints moved?"); // set readonly mode for readonly libraries ScriptDocument aDocument(rModulWindow.GetDocument()); |