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.
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" )