diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/drakguard | 2 |
1 files changed, 1 insertions, 1 deletions
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'), |