summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/brkdlg.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-03-28 07:50:20 +0000
committerMichael Stahl <mstahl@redhat.com>2017-03-28 11:30:02 +0000
commita70ae479fe30db77354159d614dcacc87e4142c4 (patch)
treef5a85973d2a1d37530d168b3b326d57e9f42539c /basctl/source/basicide/brkdlg.cxx
parent243b3fa9c4d0d6281339bdc13d4c930755b87c39 (diff)
tdf#39468 Translate German comments
Translate German comments and terms in basctl/ Change-Id: I9f284af4d92e61b53a3280c151a37b1dcbeed7c4 Reviewed-on: https://gerrit.libreoffice.org/35791 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'basctl/source/basicide/brkdlg.cxx')
-rw-r--r--basctl/source/basicide/brkdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/brkdlg.cxx b/basctl/source/basicide/brkdlg.cxx
index 5695a584b5d8..be07235fb877 100644
--- a/basctl/source/basicide/brkdlg.cxx
+++ b/basctl/source/basicide/brkdlg.cxx
@@ -165,7 +165,7 @@ IMPL_LINK( BreakPointDialog, ComboBoxHighlightHdl, ComboBox&, rBox, void )
sal_Int32 nEntry = rBox.GetEntryPos( rBox.GetText() );
BreakPoint* pBrk = m_aModifiedBreakPointList.at( nEntry );
- DBG_ASSERT( pBrk, "Kein passender Breakpoint zur Liste ?" );
+ DBG_ASSERT( pBrk, "No matching break point to list?" );
UpdateFields( pBrk );
}