[Uml-devel] branches/work/soc-umbrello/umbrello

Andi Fischer andi.fischer at hispeed.ch
Tue Aug 31 19:48:43 UTC 2010


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);




More information about the umbrello-devel mailing list