From bb163a7b3dc7857f698150460b33ba8f3f2204f9 Mon Sep 17 00:00:00 2001 From: ambar chakravartty Date: Sun, 2 Feb 2025 04:49:11 +0000 Subject: Made style and context enhancements Co-authored by: Felix Ernst --- src/dolphintabbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphintabbar.cpp') diff --git a/src/dolphintabbar.cpp b/src/dolphintabbar.cpp index b942c4fd3..4df25263f 100644 --- a/src/dolphintabbar.cpp +++ b/src/dolphintabbar.cpp @@ -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); -- cgit v1.3