summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 13:08:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:04 +0200
commit83d84adeb5bafa6bdbad8f759ea281c265c1234b (patch)
treed3ec353ff641f07daf3b4c069ed1f55cac9b794d /vcl/source/app
parent523e1d38af7f1a2ee03381d01bf8399ab169a89f (diff)
typo: befor -> before
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/dbggui.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 68daec683d89..67aacce3e8ec 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -636,12 +636,12 @@ void DbgDialogTest( Window* pWindow )
{
SAL_WARN_IF(
!cAccel, "vcl.app",
- "Labels befor Fields (Edit,ListBox,...) should have a mnemonic char (~): "
+ "Labels before Fields (Edit,ListBox,...) should have a mnemonic char (~): "
<< aErrorText);
SAL_WARN_IF(
!pTempChild->IsEnabled() && pChild->IsEnabled(),
"vcl.app",
- "Labels befor Fields (Edit,ListBox,...) should be disabled, when the field is disabled: "
+ "Labels before Fields (Edit,ListBox,...) should be disabled, when the field is disabled: "
<< aErrorText);
}
}