forked from qt-creator/qt-creator
AndroidDeviceDialog: improve defaultDeviceCheckBox text
Change-Id: I9036408d37ec3881acc85b85e272554bfa71226a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Martin Kampas
parent
fdf968debb
commit
0f50c41d05
@@ -29,8 +29,11 @@
|
||||
</item>
|
||||
<item row="2" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="defaultDeviceCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>This can be later reset in deployment settings in the Projects mode.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Always use this device for architecture %1</string>
|
||||
<string>Always use this device for architecture %1 for this project</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user