[Uml-devel] kdesdk/umbrello/umbrello
Jonathan Riddell
jri at jriddell.org
Mon Nov 3 12:36:25 UTC 2003
CVS commit by jriddell:
Revert change in layout of i18n string
M +1 -3 umldoc.cpp 1.93
--- kdesdk/umbrello/umbrello/umldoc.cpp #1.92:1.93
@@ -156,7 +156,5 @@ bool UMLDoc::saveModified() {
UMLApp *win=(UMLApp *) parent();
- int want_save = KMessageBox::warningYesNoCancel( win,
- i18n("The current file has been modified.\n"
- "Do you want to save it?"), i18n("Warning"));
+ int want_save = KMessageBox::warningYesNoCancel(win, i18n("The current file has been modified.\nDo you want to save it?"), i18n("Warning"));
switch(want_save) {
case KMessageBox::Yes:
More information about the umbrello-devel
mailing list