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

List:       kde-commits
Subject:    kdenonbeta/kolourpaint/tools
From:       Clarence Dang <dang () kde ! org>
Date:       2003-12-06 7:52:13
[Download RAW message or body]

CVS commit by dang: 

string fixes


  M +1 -1      kptoolbrush.cpp   1.2
  M +1 -1      kptoolcolorpicker.cpp   1.4
  M +1 -1      kptoolfreeformselection.cpp   1.3
  M +2 -2      kptoolrectselection.cpp   1.3
  M +1 -1      kptoolroundedrectangle.cpp   1.2


--- kdenonbeta/kolourpaint/tools/kptoolbrush.cpp  #1.1.1.1:1.2
@@ -38,5 +38,5 @@ kpToolBrush::kpToolBrush (kpMainWindow *
     setMode (kpToolPen::Brush);
     setText (i18n ("Brush"));
-    setDescription (i18n ("Draw using brushes of different shapes"));
+    setDescription (i18n ("Draw using brushes of different shapes and sizes"));
     setName ("tool_brush");
 }

--- kdenonbeta/kolourpaint/tools/kptoolcolorpicker.cpp  #1.3:1.4
@@ -49,5 +49,5 @@
 
 kpToolColorPicker::kpToolColorPicker (kpMainWindow *mainWindow)
-    : kpTool (i18n ("Color Picker"), i18n ("Allows you to selects a color from your image"),
+    : kpTool (i18n ("Color Picker"), i18n ("Lets you select a color from the image"),
               mainWindow, "tool_color_picker")
 {

--- kdenonbeta/kolourpaint/tools/kptoolfreeformselection.cpp  #1.2:1.3
@@ -37,5 +37,5 @@ kpToolFreeFormSelection::kpToolFreeFormS
 {
     setMode (kpToolSelection::FreeForm);
-    setText (i18n ("Selection (Free Form)"));
+    setText (i18n ("Selection (Free-Form)"));
     setDescription ("Makes a free-form selection");
     setName ("tool_free_form_selection");                                

--- kdenonbeta/kolourpaint/tools/kptoolrectselection.cpp  #1.2:1.3
@@ -37,6 +37,6 @@ kpToolRectSelection::kpToolRectSelection
 {
     setMode (kpToolSelection::Rectangle);
-    setText (i18n ("Selection (Rectangle)"));
-    setDescription ("Makes a rectangle selection");
+    setText (i18n ("Selection (Rectangular)"));
+    setDescription ("Makes a rectangular selection");
     setName ("tool_rect_selection");                             
 }

--- kdenonbeta/kolourpaint/tools/kptoolroundedrectangle.cpp  #1.1.1.1:1.2
@@ -39,5 +39,5 @@ kpToolRoundedRectangle::kpToolRoundedRec
 
     setText (i18n ("Rounded Rectangle"));
-    setDescription ("Draws squares and rectangles with rounded corners");
+    setDescription ("Draws rectangles and squares with rounded corners");
     setName ("tool_rounded_rectangle");
 }


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

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