forked from qt-creator/qt-creator
AutoTest: Fix UI text
Change-Id: I856b505d748cb8f6c95c06b3c2bb8f6f483f77da Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -34,9 +34,9 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="useXMLOutputCB">
|
<widget class="QCheckBox" name="useXMLOutputCB">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>XML output recommended as it avoids parsing issues, while plain text is more human readable.
|
<string>XML output is recommended, because it avoids parsing issues, while plain text is more human readable.
|
||||||
|
|
||||||
Warning: Plain text output is missing some information (e.g. duration)</string>
|
Warning: Plain text misses some information, such as duration.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use XML output</string>
|
<string>Use XML output</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user