summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-12-07 14:23:51 +0100
committerTannin <devnull@localhost>2013-12-07 14:23:51 +0100
commit6e1e8c37ebe1de745eccd6a238d5947e2d01b104 (patch)
tree2d70015c3e6976e06d0f97df9c7a1756545d5b07 /src/mainwindow.cpp
parent469cc2d945afebb1291a825339642b5e95f0e223 (diff)
minor text changes
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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;