Version: (using KDE 4.4.1) Installed from: Mandriva RPMs The file «main.cpp» in plasmoidviewer contains the string ‘The size in KB to set the pixmap cache to’. This is not possible to properly translate, as we don’t know whether ‘KB’ means ‘kB’, i.e., 1000 bytes, or ‘KiB’, i.e., 1024 bytes: http://lxr.kde.org/source/KDE/kdebase/workspace/plasma/generic/shells/plasmoidviewer/main.cpp#138 It should be changed to either ‘kB’ or ‘KiB’, depending on the intended meaning, or, if the actual unit can be chosen by the user, to a variable ‘%1’ which would automatically be displayed as either ‘kB’ or ‘KiB’, depending on the user’s settings.
The code then sets: QPixmapCache::setCacheLimit(args->getOption("pixmapcache").toInt()); and according to the Qt documentation: void QPixmapCache::setCacheLimit ( int n ) [static] Sets the cache limit to n kilobytes. so it should be "kB" ?
This should really be easy to fix, i don't have a working svn check out for the moment
Git commit 93f68322946a871b091df5c21dd8f5fb9dc059c8 by Burkhard Lück. Committed on 12/08/2011 at 14:26. Pushed by lueck into branch 'master'. fix spelling of unit to make clear this is Kilobyte BUG:232867 M +1 -1 plasma/generic/tools/plasmoidviewer/main.cpp http://commits.kde.org/kde-workspace/93f68322946a871b091df5c21dd8f5fb9dc059c8
Git commit 1b50484bf1654362cd98511358c870a2a4e6e986 by Burkhard Lück. Committed on 12/08/2011 at 14:26. Pushed by tsiapaliwkas into branch 'terietor/tools'. fix spelling of unit to make clear this is Kilobyte M +1 -1 plasmoidviewer/main.cpp http://commits.kde.org/plasmate/1b50484bf1654362cd98511358c870a2a4e6e986