forked from qt-creator/qt-creator
Coreplugin: Fix UI text
The context menu command name is "Open Command Prompt Here" on Windows. Change-Id: I250cbf464ae185e548733ce94769a52ec1c99dbc Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
1c17ed6db8
commit
4d892acbbb
@@ -26,6 +26,7 @@
|
||||
#include "systemsettings.h"
|
||||
#include "coreconstants.h"
|
||||
#include "editormanager/editormanager_p.h"
|
||||
#include "fileutils.h"
|
||||
#include "icore.h"
|
||||
#include "iversioncontrol.h"
|
||||
#include "patchtool.h"
|
||||
@@ -66,6 +67,8 @@ QWidget *SystemSettings::widget()
|
||||
m_page = new Ui::SystemSettings();
|
||||
m_widget = new QWidget;
|
||||
m_page->setupUi(m_widget);
|
||||
m_page->terminalOpenArgs->setToolTip(
|
||||
tr("Command line arguments used for \"%1\".").arg(FileUtils::msgTerminalAction()));
|
||||
|
||||
m_page->reloadBehavior->setCurrentIndex(EditorManager::reloadSetting());
|
||||
if (HostOsInfo::isAnyUnixHost()) {
|
||||
|
@@ -347,9 +347,6 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="terminalOpenArgs">
|
||||
<property name="toolTip">
|
||||
<string>Command line arguments used for "Open Terminal Here".</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Reference in New Issue
Block a user