]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabbar.cpp
Apply 2 suggestion(s) to 1 file(s)
[dolphin.git] / src / dolphintabbar.cpp
index b942c4fd354fbad50b593f4e2ae34df5b1eca307..4df25263f3f52deb07a5555e60feba2453336a2b 100644 (file)
@@ -177,7 +177,7 @@ void DolphinTabBar::contextMenuEvent(QContextMenuEvent *event)
             Q_EMIT tabCloseRequested(index);
         } else if (selectedAction == renameTabAction) {
             bool renamed = false;
-            const QString tabNewName = QInputDialog::getText(this, i18n("Rename Tab"), i18n("New tab name:"), QLineEdit::Normal, tabText(index), &renamed);
+            const QString tabNewName = QInputDialog::getText(this, i18nc("@title:window for text input", "Rename Tab"), i18n("New tab name:"), QLineEdit::Normal, tabText(index), &renamed);
 
             if (renamed) {
                 Q_EMIT tabRenamed(index, tabNewName);