[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/formeditor (silent)
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2009-04-14 20:07:20
Message-ID: 1239739640.460890.2274.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 953945 by staniek:

SVN_SILENT fix "Multiple Widgets (%1)" i18n arg


 M  +2 -2      form.cpp  


--- trunk/koffice/kexi/formeditor/form.cpp #953944:953945
@@ -1881,7 +1881,7 @@
         //second widget, update metainfo
         d->propertySet["this:className"].setValue("special:multiple");
         d->propertySet["this:classString"].setValue(
-            i18n("Multiple Widgets") + QString(" (%1)").arg(d->selected.count()));
+            i18n("Multiple Widgets (%1)", d->selected.count()));
         d->propertySet["this:iconName"].setValue("multiple_obj");
         //name doesn't make sense for now
         d->propertySet["objectName"].setValue("");
@@ -2200,7 +2200,7 @@
     }
     else {
         icon = SmallIcon("multiple_obj");
-        titleText = i18n("Multiple Widgets (%1)").arg(widgetsCount);
+        titleText = i18n("Multiple Widgets (%1)", widgetsCount);
     }
 
     KMenu menu;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic