From a3fd23e755d802affe2212759b9733045f81d061 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 19 Jan 2014 16:58:12 +0100 Subject: force label wrapping (mga#12359) it would have been better to split into two messages rather than using "\n" in the first place as translators not always keep it... --- NEWS | 2 ++ bin/drakguard | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5cb7dd8..d1e1135 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- force label wrapping (mga#12358) + 1.0 - switch from gtk2 to gtk3 - translations updates diff --git a/bin/drakguard b/bin/drakguard index a4e87a0..759a60c 100755 --- a/bin/drakguard +++ b/bin/drakguard @@ -144,7 +144,7 @@ gtkadd($w->{window}, 1, gtknew('Notebook', children => [ gtknew('Label', text => N("Configuration")), gtknew('VBox', spacing => 5, border_width => 5, children => [ - 0, gtknew('Label', text => N("This tool allows to configure parental control.\nIt can block access to web sites and restrict connection during a specified timeframe.")), + 0, gtknew('WrappedLabel', text => N("This tool allows to configure parental control.\nIt can block access to web sites and restrict connection during a specified timeframe.")), 0, gtknew('CheckButton', text => N("Enable parental control"), active_ref => \$enable, toggled => \&update_time_change), 1, gtknew('Label'), -- cgit v1.2.1