| Summary: | rename "size" to "thickness" for lines | ||
|---|---|---|---|
| Product: | [Applications] kig | Reporter: | Stefan Monov <logixoul> | 
| Component: | general | Assignee: | Pino Toscano <pino> | 
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| 
        
          Description
        
        
          Stefan Monov
        
        
        
        
          2006-02-21 21:27:55 UTC
        
       SVN commit 512909 by pino:
Rename the "Set Size" popup menu item to the more appropriate "Set Pen Width".
CCBUG: 122445
 M  +1 -1      popup.cc  
--- branches/KDE/3.5/kdeedu/kig/modes/popup.cc #512908:512909
@@ -278,7 +278,7 @@
       i18n( "&Start" ),
       i18n( "Add Te&xt Label" ),
       i18n( "Set Co&lor" ),
-      i18n( "Set Si&ze" ),
+      i18n( "Set &Pen Width" ),
       i18n( "Set St&yle" ),
       QString::null,
       i18n( "Set Coordinate S&ystem" )
SVN commit 512910 by pino:
Rename the "Set Size" popup menu item to the more appropriate "Set Pen Width".
CCBUG: 122445
 M  +1 -1      popup.cc  
--- branches/kig/post-kde-3.5/kig/modes/popup.cc #512909:512910
@@ -280,7 +280,7 @@
       i18n( "&Start" ),
       i18n( "Add Te&xt Label" ),
       i18n( "Set Co&lor" ),
-      i18n( "Set Si&ze" ),
+      i18n( "Set &Pen Width" ),
       i18n( "Set St&yle" ),
       QString::null,
       i18n( "Set Coordinate S&ystem" )
SVN commit 512911 by pino:
Rename the "Set Size" popup menu item to the more appropriate "Set Pen Width".
BUG: 122445
 M  +1 -1      popup.cc  
--- trunk/KDE/kdeedu/kig/modes/popup.cc #512910:512911
@@ -251,7 +251,7 @@
       i18n( "&Start" ),
       i18n( "Add Te&xt Label" ),
       i18n( "Set Co&lor" ),
-      i18n( "Set Si&ze" ),
+      i18n( "Set &Pen Width" ),
       i18n( "Set St&yle" ),
       QString(),
       i18n( "Set Coordinate S&ystem" )
 |