[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Oct 14 01:06:21 CEST 2004
CVS commit by staikos:
be more specific in error message
M +1 -2 kstplugindialog_i.cpp 1.89
--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp #1.88:1.89
@@ -433,6 +433,5 @@ bool KstPluginDialogI::new_I() {
if (!plugin || !plugin->isValid()) {
- KMessageBox::sorry(this, i18n("There is an error in the plugin you entered. "
- "Please fix it."));
+ KMessageBox::sorry(this, i18n("There is an error in the plugin you entered. Please fix the plugin."));
return false;
}
More information about the Kst
mailing list