Bug 122445

Summary: rename "size" to "thickness" for lines
Product: [Applications] kig Reporter: Stefan Monov <logixoul>
Component: generalAssignee: Pino Toscano <pino>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Stefan Monov 2006-02-21 21:27:55 UTC
Version:           v0.10.5 (using KDE 3.5.1 Level "a" , SUSE 10.0 UNSUPPORTED)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.13-15.8-default

In the context menu of line-like objects the "Size" submenu should be renamed to "Thickness". This is so because "Size" could apply to length as well, but it doesn't.
Comment 1 Pino Toscano 2006-02-23 23:25:10 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" )
Comment 2 Pino Toscano 2006-02-23 23:25:14 UTC
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" )
Comment 3 Pino Toscano 2006-02-23 23:25:30 UTC
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" )