summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/mercurial/authenticationdialog.ui2
-rw-r--r--src/plugins/projectexplorer/projectexplorer.cpp2
-rw-r--r--src/plugins/remotelinux/genericlinuxdeviceconfigurationwizardsetuppage.ui2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/mercurial/authenticationdialog.ui b/src/plugins/mercurial/authenticationdialog.ui
index c2c9bdaa17..3d12e2c1f7 100644
--- a/src/plugins/mercurial/authenticationdialog.ui
+++ b/src/plugins/mercurial/authenticationdialog.ui
@@ -19,7 +19,7 @@
<item row="0" column="0">
<widget class="QLabel" name="usernameLabel">
<property name="text">
- <string>User name:</string>
+ <string>Username:</string>
</property>
</widget>
</item>
diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp
index c5f185ab35..8f6a7fe800 100644
--- a/src/plugins/projectexplorer/projectexplorer.cpp
+++ b/src/plugins/projectexplorer/projectexplorer.cpp
@@ -1091,7 +1091,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
[]() { return variableValue(Constants::VAR_CURRENTDEVICE_SSHPORT); });
VariableManager::registerVariable(Constants::VAR_CURRENTDEVICE_USERNAME,
- tr("The user name with which to log into the device in the currently active kit."),
+ tr("The username with which to log into the device in the currently active kit."),
[]() { return variableValue(Constants::VAR_CURRENTDEVICE_USERNAME); });
VariableManager::registerVariable(Constants::VAR_CURRENTDEVICE_PRIVATEKEYFILE,
diff --git a/src/plugins/remotelinux/genericlinuxdeviceconfigurationwizardsetuppage.ui b/src/plugins/remotelinux/genericlinuxdeviceconfigurationwizardsetuppage.ui
index bbfb6b2c00..4b0efcef56 100644
--- a/src/plugins/remotelinux/genericlinuxdeviceconfigurationwizardsetuppage.ui
+++ b/src/plugins/remotelinux/genericlinuxdeviceconfigurationwizardsetuppage.ui
@@ -58,7 +58,7 @@
<item row="2" column="0">
<widget class="QLabel" name="userNameLabel">
<property name="text">
- <string>The user name to log into the device:</string>
+ <string>The username to log into the device:</string>
</property>
</widget>
</item>