[Uml-devel] kdesdk/umbrello/umbrello/dialogs (silent)
Sebastian Stein
seb.kde at hpfsc.de
Wed Feb 18 11:30:07 UTC 2004
CVS commit by sstein:
CVS_SILENT fix i18n(), looks ugly in KBabel while translating
M +1 -2 codegenerationwizard.cpp 1.16
--- kdesdk/umbrello/umbrello/dialogs/codegenerationwizard.cpp #1.15:1.16
@@ -194,6 +194,5 @@ void CodeGenerationWizard::showPage(QWid
if(!info.isWritable())
{
- KMessageBox::sorry(this,i18n("The output directory exists, but it is not writable.\nPlease set\
- the appropriate permissions or choose another directory."),
+ KMessageBox::sorry(this,i18n("The output directory exists, but it is not writable.\nPlease set the appropriate permissions or choose another directory."),
i18n("Error Writing to Output Directory"));
return;
More information about the umbrello-devel
mailing list