New texts for the wizard types in the new dialog

Reviewed-by: Leena Miettinen
This commit is contained in:
Daniel Molkentin
2010-05-12 10:39:49 +02:00
parent 28ec223314
commit bf95a99c51
18 changed files with 36 additions and 21 deletions

View File

@@ -91,7 +91,8 @@ bool TextEditorPlugin::initialize(const QStringList &arguments, QString *errorMe
return false;
Core::BaseFileWizardParameters wizardParameters(Core::IWizard::FileWizard);
wizardParameters.setDescription(tr("Creates a text file (.txt)."));
wizardParameters.setDescription(tr("Creates a text file. The default file extension is <tt>.txt</tt>. "
"You can specify a different extension as part of the filename."));
wizardParameters.setDisplayName(tr("Text File"));
wizardParameters.setCategory(QLatin1String("U.General"));
wizardParameters.setDisplayCategory(tr("General"));