[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Andrew Coles
andrew_coles at yahoo.co.uk
Tue Mar 2 08:36:07 UTC 2004
CVS commit by coles:
Corrected typo (line 180).
M +1 -1 codegenerationwizard.cpp 1.17
--- kdesdk/umbrello/umbrello/dialogs/codegenerationwizard.cpp #1.16:1.17
@@ -178,5 +178,5 @@ void CodeGenerationWizard::showPage(QWid
if(!dir.mkdir(info.filePath()))
{
- KMessageBox::sorry(this,i18n("The directory could not be created.\nPlease make sure you have write access to its parent directory or select valid directory."),
+ KMessageBox::sorry(this,i18n("The directory could not be created.\nPlease make sure you have write access to its parent directory or select another, valid, directory."),
i18n("Error Creating Directory"));
return;
More information about the umbrello-devel
mailing list