summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-19 16:58:12 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-01-19 16:58:51 +0100
commita3fd23e755d802affe2212759b9733045f81d061 (patch)
tree9c6d1194fd6899090b9006630e2e7317effd1723 /bin
parenta6c7678d88cf40df04c18667cb71ab1e228931b3 (diff)
downloaddrakguard-a3fd23e755d802affe2212759b9733045f81d061.tar
drakguard-a3fd23e755d802affe2212759b9733045f81d061.tar.gz
drakguard-a3fd23e755d802affe2212759b9733045f81d061.tar.bz2
drakguard-a3fd23e755d802affe2212759b9733045f81d061.tar.xz
drakguard-a3fd23e755d802affe2212759b9733045f81d061.zip
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...
Diffstat (limited to 'bin')
-rwxr-xr-xbin/drakguard2
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'),