forked from qt-creator/qt-creator
Make strings consistant, part. descriptions in the 'New' wizard.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user