summaryrefslogtreecommitdiffhomepage
path: root/gui/new_file_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/new_file_dialog.h')
-rw-r--r--gui/new_file_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/new_file_dialog.h b/gui/new_file_dialog.h
index 6ba3ede3..cd5ca528 100644
--- a/gui/new_file_dialog.h
+++ b/gui/new_file_dialog.h
@@ -39,7 +39,8 @@ private slots:
if (text == "" || text == ".ini" || QFile(options::group::ini_directory() + "/" + text).exists())
{
QMessageBox::warning(this,
- "File exists", "This file already exists. Pick another name.",
+ tr("File exists"),
+ tr("This file already exists. Pick another name."),
QMessageBox::Ok, QMessageBox::NoButton);
return;
}