forked from qt-creator/qt-creator
Fix tooltips, add lacking dots
Change-Id: Id54a11b6868d5033fd1ecfd6324b7e50b94e305c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
<item>
|
||||
<widget class="QRadioButton" name="ministroOption">
|
||||
<property name="toolTip">
|
||||
<string>Use the external Ministro application to download and maintain Qt libraries.</string>
|
||||
<string>Uses the external Ministro application to download and maintain Qt libraries.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use Ministro service to install Qt</string>
|
||||
@@ -261,7 +261,7 @@
|
||||
<item>
|
||||
<widget class="QRadioButton" name="temporaryQtOption">
|
||||
<property name="toolTip">
|
||||
<string>Push local Qt libraries to device. You must have Qt libraries compiled for that platform.
|
||||
<string>Pushes local Qt libraries to device. You must have Qt libraries compiled for that platform.
|
||||
The APK will not be usable on any other device.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<item>
|
||||
<widget class="QRadioButton" name="ministroOption">
|
||||
<property name="toolTip">
|
||||
<string>Use the external Ministro application to download and maintain Qt libraries.</string>
|
||||
<string>Uses the external Ministro application to download and maintain Qt libraries.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use Ministro service to install Qt</string>
|
||||
@@ -42,7 +42,7 @@
|
||||
<item>
|
||||
<widget class="QRadioButton" name="temporaryQtOption">
|
||||
<property name="toolTip">
|
||||
<string>Push local Qt libraries to device. You must have Qt libraries compiled for that platform.
|
||||
<string>Pushes local Qt libraries to device. You must have Qt libraries compiled for that platform.
|
||||
The APK will not be usable on any other device.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="QPushButton" name="readInfoPushButton">
|
||||
<property name="toolTip">
|
||||
<string>Automatically check required Qt libraries from compiled application</string>
|
||||
<string>Automatically check required Qt libraries from compiled application.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Read information from application (must be compiled)</string>
|
||||
|
||||
Reference in New Issue
Block a user