GUI: Tweak 'check unused templates' option text a bit

This commit is contained in:
Daniel Marjamäki 2020-11-23 20:25:19 +01:00
parent 4a2e082d85
commit 1fcc5c233d
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>800</width> <width>940</width>
<height>617</height> <height>617</height>
</rect> </rect>
</property> </property>
@ -17,7 +17,7 @@
<item> <item>
<widget class="QTabWidget" name="tabWidget"> <widget class="QTabWidget" name="tabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>2</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="mTabPathsAndDefines"> <widget class="QWidget" name="mTabPathsAndDefines">
<attribute name="title"> <attribute name="title">
@ -513,7 +513,7 @@
<item> <item>
<widget class="QCheckBox" name="mCheckUnusedTemplates"> <widget class="QCheckBox" name="mCheckUnusedTemplates">
<property name="text"> <property name="text">
<string>Check code in unused templates (should be ON normally. however in theory there is no safety implications if there is something bad in a unused template so they can be skipped safely to reduce warnings and speed up analysis)</string> <string>Check code in unused templates (should be ON normally, however in theory you can safely ignore warnings in unused templates)</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>