summaryrefslogtreecommitdiffstats
path: root/draksnapshot-config
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-xdraksnapshot-config4
1 files changed, 3 insertions, 1 deletions
diff --git a/draksnapshot-config b/draksnapshot-config
index 4645480..722edd6 100755
--- a/draksnapshot-config
+++ b/draksnapshot-config
@@ -139,7 +139,9 @@ gtkadd($my_win->{window},
map {
[
gtknew('Label_Left', text => $interval_titles{$_}),
- $entries{$_} = gtknew('SpinButton', value => $default_intervals{$_}, lower => 0, upper => 100)
+ $entries{$_} = gtknew('SpinButton', value => $default_intervals{$_}, lower => 0, upper => 100,
+ tip => N("The number of snapshots for this type of interval (\"%s\") that will be stored", $_)
+ )
];
} @ordered_intervals
]),