Make strings consistant, part. descriptions in the 'New' wizard.

This commit is contained in:
Daniel Molkentin
2009-05-25 13:45:00 +02:00
parent 41b3b3e3b4
commit 83d451be32
7 changed files with 10 additions and 10 deletions

View File

@@ -760,7 +760,7 @@ void MainWindow::registerDefaultActions()
void MainWindow::newFile()
{
showNewItemDialog(tr("New", "Title of dialog"), IWizard::allWizards());
showNewItemDialog(tr("New...", "Title of dialog"), IWizard::allWizards());
}
void MainWindow::openFile()