Skip to content
Snippets Groups Projects
Commit 10eccd75 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Made "new id" translatable.

parent 140b2322
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,7 @@ void ScriptEditor::renameIdUnderCursor()
const QString id = wordUnderCursor();
bool ok = false;
const QString newId = QInputDialog::getText(0, tr("Rename..."),
QLatin1String("New id:"),
tr("New id:"),
QLineEdit::Normal,
id, &ok);
if (ok) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment