diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | bin/drakguard | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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'), |