summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-02-27 21:29:52 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-28 10:51:36 +0100
commitb6aee26f3630fd531e51f781391ba0130001df60 (patch)
treeefe9b97bef491cf679df222f49ba3e157af9fb11 /fpicker
parentf7bf3cf5c9c7f72da0c881b50c2ccc4b6d550af2 (diff)
Translate German comments and debug strings
Change-Id: Ie2da785cb674e21f042caa5e6d461e3489036003 Reviewed-on: https://gerrit.libreoffice.org/50467 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlgimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx
index 63f93699b1cb..287658213b48 100644
--- a/fpicker/source/office/iodlgimp.cxx
+++ b/fpicker/source/office/iodlgimp.cxx
@@ -157,7 +157,7 @@ void SvtUpButton_Impl::Select()
if ( nId )
{
--nId;
- assert( nId <= _aURLs.size() && "SvtUpButton_Impl:falscher Index" );
+ assert( nId <= _aURLs.size() && "SvtUpButton_Impl: wrong index" );
GetDialogParent()->OpenURL_Impl(_aURLs[nId]);
}