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
From e95bd0d370f78a7a544a6ee014543884924f5d49 Mon Sep 17 00:00:00 2001
From: Regina Henschel <rb.henschel@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
Context
- [PATCH] fdo#48473 No object information in status bar · Regina Henschel
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.