Revision 80a82c6d
Von admin vor mehr als 13 Jahren hinzugefügt
src/fox/lib/dialogs/ff_sessiondlg.cpp | ||
---|---|---|
res=FXMessageBox::question(this, MBOX_YES_NO,
|
||
I18N("Rollback Changes?"),
|
||
"%s",
|
||
I18N("Rolling back the selected change and all changes after that means that "
|
||
"really all those changes will be undone.\n"
|
||
I18N("Rolling back the selected change and all changes\n"
|
||
"after that means that really all those changes\n"
|
||
"will be undone.\n"
|
||
"\n"
|
||
"This action can NOT be undone!!\n"
|
||
"\n"
|
||
"If you rollback to before the first session entry in the list then the "
|
||
"whole database becomes empty!!\n"
|
||
"\n"
|
||
"Are you sure you want to undo the selected change and all changes after "
|
||
"that one, removing all those changes irretrievably?"));
|
||
"If you rollback to before the first session entry\n"
|
||
"in the list then the whole database becomes empty!!\n"
|
||
"\n"
|
||
"Are you sure you want to undo the selected change and\n"
|
||
"all changes after that one, removing all those changes\n"
|
||
"irretrievably?"));
|
||
if (res!=MBOX_CLICKED_YES) {
|
||
DBG_ERROR(0, "Aborted");
|
||
}
|
Auch abrufbar als: Unified diff
Fixed a message.