summaryrefslogtreecommitdiff
path: root/cui/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-09 09:42:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-09 09:45:55 +0000
commit110751e5415cda9ba9488a0673e956a443c836fd (patch)
tree0eccb436f368bdaa347a49c353ad073816cbb502 /cui/uiconfig
parent92db2f17b37660fd4edd8267a107d5491787dfad (diff)
Related: fdo#87876 make checkbox label shorter, move warning into tooltip
Change-Id: I5f24703db70b53306d618d8fb89ad4a468d1a5f9
Diffstat (limited to 'cui/uiconfig')
-rw-r--r--cui/uiconfig/ui/optviewpage.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui
index 1a6d95d2cbe3..d1202289a548 100644
--- a/cui/uiconfig/ui/optviewpage.ui
+++ b/cui/uiconfig/ui/optviewpage.ui
@@ -97,11 +97,12 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="forceopengl:wrap">
- <property name="label" translatable="yes">Force OpenGL even if blacklisted (might expose driver bugs)</property>
+ <object class="GtkCheckButton" id="forceopengl">
+ <property name="label" translatable="yes">Force OpenGL even if blacklisted</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Enabling this may expose driver bugs</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>