[Kst] kdeextragear-2/kst/kst (silent)
George Staikos
staikos at kde.org
Tue May 20 15:35:50 CEST 2003
CVS commit by staikos:
CVS_SILENT while you're at it, might as well make this "cannot" then.
M +2 -2 ksteqdialog_i.cpp 1.9
--- kdeextragear-2/kst/kst/ksteqdialog_i.cpp #1.8:1.9
@@ -233,5 +233,5 @@ void KstEqDialogI::new_I() {
if (x0==x1) {
KMessageBox::sorry(NULL,
- i18n("The minimum and maximum X range can not be "
+ i18n("The minimum and maximum X range cannot be "
"equal."));
return;
@@ -331,5 +331,5 @@ void KstEqDialogI::edit_I() {
if (x0==x1) {
KMessageBox::sorry(NULL,
- i18n("The minimum and maximum X range can not be "
+ i18n("The minimum and maximum X range cannot be "
"equal."));
return;
More information about the Kst
mailing list