forked from qt-creator/qt-creator
Android: check UI text for style and grammar
Change-Id: I8b808cf374fcdc124c5b2b7d9a113e6d64b17f2f Reviewed-by: BogDan Vatra <bog_dan_ro@yahoo.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -59,7 +59,7 @@ You must have Qt libraries compiled for that platform</string>
|
||||
<item>
|
||||
<widget class="QPushButton" name="editRulesFilePushButton">
|
||||
<property name="text">
|
||||
<string>Edit rules file</string>
|
||||
<string>Edit Rules File</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -74,7 +74,7 @@ You must have Qt libraries compiled for that platform</string>
|
||||
This option is useful when you want to try your application on devices which don't have Android Market (e.g. Android Emulator).</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Install Ministro system wide Qt shared libraries installer</string>
|
||||
<string>Install Ministro, system-wide Qt shared libraries installer</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -84,7 +84,7 @@ This option is useful when you want to try your application on devices which don
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Choose apk</string>
|
||||
<string>Choose APK</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user