forked from qt-creator/qt-creator
UI text: capitalize "Open With"
Because the preposition is the last word in the function or title. Change-Id: I3648f5723eaf63faef097ea80f30a4576136a4e8 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user