Version: (using KDE 4.0.4) Installed from: SuSE RPMs This is a fork of: http://bugs.kde.org/show_bug.cgi?id=163511 Christophe posted a screenshot of the latest version of this dialog (thank you): http://bugs.kde.org/attachment.cgi?id=25213&action=view The problem is: * save -- please rename it to apply, one less term introduced, the better, especially it could suggest you save something to disk * there is a problem with order -- it is reversed compared to SS, so either reverse it here, or in SS, but anyway, keep it consistent
Besides, dialog asks "do you want to apply..." and the answer is "save". In the SS there is no "save", but "apply". See ss.
Created attachment 28628 [details] save-apply
SVN commit 952056 by darioandres: Rename "Save" to "Apply" on the "Unsaved Changes" dialog to keep consistency with SystemSettings buttons (Also use an "Apply" button instead of a "Save" one) CCBUG: 163549 M +3 -3 kcmultiwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=952056
Naming changes accepted. Button layout order needs discussing on #usability. I can't backport this to 4.2.x as it will break the string freeze. Thanks
In current trunk, the Button order is: "Apply, Discard, Cancel", which is the correct (and fixed) order. Haven't looked which commit changed that, probably the KDE 4.3 System Settings rewrite.