[PATCH] fdo#48473 No object information in status bar
Regina Henschel
rb.henschel at t-online.de
Tue Apr 17 12:20:46 PDT 2012
Hi all,
commit 29ac03994484cb65725ec697cb7615a31b117b58 translated some
comments. It translated a String constant too, but left out one
occurrences of that constant. This patch adds the missing translation.
Kind regards
Regina
-------------- next part --------------
From e95bd0d370f78a7a544a6ee014543884924f5d49 Mon Sep 17 00:00:00 2001
From: Regina Henschel <rb.henschel at t-online.de>
Date: Tue, 17 Apr 2012 21:06:09 +0200
Subject: [PATCH] fdo#48473 Missing translation of local String constant.
---
svx/source/svdraw/svdview.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
mode change 100644 => 100755 svx/source/svdraw/svdview.cxx
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
old mode 100644
new mode 100755
index 18237ce..6589862
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -1267,7 +1267,7 @@ XubString SdrView::GetStatusText()
#endif
}
- if(aStr.EqualsAscii("nix"))
+ if(aStr.EqualsAscii("nothing"))
{
if (AreObjectsMarked()) {
ImpTakeDescriptionStr(STR_ViewMarked,aStr);
--
1.7.5.1
More information about the LibreOffice
mailing list