Remote Linux: fix UI text capitalization

Use sentence style capitalization for field labels.

Change-Id: I5dc9a408f2f707b7c92a04e4facf494b6d69642f
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Leena Miettinen
2014-07-17 17:41:16 +02:00
parent 282a45a6cf
commit 2224f8476d

View File

@@ -17,7 +17,7 @@
<item row="0" column="0">
<widget class="QLabel" name="localExeLabel">
<property name="text">
<string>Local Executable:</string>
<string>Local executable:</string>
</property>
</widget>
</item>
@@ -27,7 +27,7 @@
<item row="1" column="0">
<widget class="QLabel" name="remoteExeLabel">
<property name="text">
<string>Remote Executable:</string>
<string>Remote executable:</string>
</property>
</widget>
</item>
@@ -47,7 +47,7 @@
<item row="3" column="0">
<widget class="QLabel" name="workingDirLabel">
<property name="text">
<string>Working Directory:</string>
<string>Working directory:</string>
</property>
</widget>
</item>