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

List:       kde-commits
Subject:    branches/work/soc-umbrello/umbrello
From:       Andi Fischer <andi.fischer () hispeed ! ch>
Date:       2010-08-31 19:48:43
Message-ID: 20100831194843.EE610AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1170419 by fischer:

i18n added to some strings

 M  +2 -2      umlscene.cpp  


--- branches/work/soc-umbrello/umbrello/umlscene.cpp #1170418:1170419
@@ -1258,7 +1258,7 @@
  */
 void UMLScene::selectionSetLineColor(const QColor &color)
 {
-    UMLApp::app()->beginMacro("Change Line Color");
+    UMLApp::app()->beginMacro(i18n("Change Line Color"));
     foreach(UMLWidget *temp ,  selectedWidgets()) {
         temp->setLineColor(color);
         // [PORT] temp->setUsesDiagramLineColour(false);
@@ -1292,7 +1292,7 @@
  */
 void UMLScene::selectionSetFillColor(const QColor &color)
 {
-    UMLApp::app()->beginMacro("Change Fill Color");
+    UMLApp::app()->beginMacro(i18n("Change Fill Color"));
 
     foreach(UMLWidget* temp ,  selectedWidgets()) {
         temp->setFillColour(color);
[prev in list] [next in list] [prev in thread] [next in thread] 

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