From 6e1e8c37ebe1de745eccd6a238d5947e2d01b104 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 7 Dec 2013 14:23:51 +0100 Subject: minor text changes --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index cca10279..9fd41d7f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3257,7 +3257,7 @@ void MainWindow::createModFromOverwrite() bool ok; name.update(QInputDialog::getText(this, tr("Create Mod..."), tr("This will move all files from overwrite into a new, regular mod.\n" - "Please enter a name: "), QLineEdit::Normal, "", &ok), + "Please enter a name:"), QLineEdit::Normal, "", &ok), GUESS_USER); if (!ok) { return; -- cgit v1.3.1