From 67f32ea16e40d7bcfadda746da497c96fa1919f6 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 14 Jul 2014 12:17:38 +0200 Subject: UI text: capitalize "Open With" Because the preposition is the last word in the function or title. Change-Id: I3648f5723eaf63faef097ea80f30a4576136a4e8 Reviewed-by: Eike Ziller --- src/plugins/projectexplorer/foldernavigationwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/projectexplorer') diff --git a/src/plugins/projectexplorer/foldernavigationwidget.cpp b/src/plugins/projectexplorer/foldernavigationwidget.cpp index 2f6dd7a9d9..07340cd8c1 100644 --- a/src/plugins/projectexplorer/foldernavigationwidget.cpp +++ b/src/plugins/projectexplorer/foldernavigationwidget.cpp @@ -343,7 +343,7 @@ void FolderNavigationWidget::contextMenuEvent(QContextMenuEvent *ev) actionFind->setEnabled(hasCurrentItem); // open with... if (hasCurrentItem && !isDirectory) { - QMenu *openWith = menu.addMenu(tr("Open with")); + QMenu *openWith = menu.addMenu(tr("Open With")); Core::DocumentManager::populateOpenWithMenu(openWith, m_fileSystemModel->filePath(current)); } -- cgit v1.2.1