[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source

Armin Le Grand alg at apache.org
Mon Mar 24 05:07:34 PDT 2014


 svx/source/svdraw/svdstr.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 43a49bd492248be317d16f30b5402a655769ff7a
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Mar 24 11:49:24 2014 +0000

    i124497 Corrected object description placeholder from %O to %1

diff --git a/svx/source/svdraw/svdstr.src b/svx/source/svdraw/svdstr.src
index 25a668c..17ec01e 100644
--- a/svx/source/svdraw/svdstr.src
+++ b/svx/source/svdraw/svdstr.src
@@ -987,7 +987,7 @@ String STR_DragMethDistort
 };
 String STR_DragMethCrop
 {
-    Text [ en-US ] = "Crop %O" ;
+    Text [ en-US ] = "Crop %1" ;
 };
 
 String STR_DragRectEckRad


More information about the Libreoffice-commits mailing list