diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-02-01 17:50:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-02-01 17:50:01 +0000 |
commit | c13c439d21b7bb0133134a102d7273ea69f93e79 (patch) | |
tree | fb4c0e7c389620b4c586138b2a63d9e0cbd4b8b8 /mdkapplet | |
parent | aff517e468983c2a3eeeaff20ef3313a728d6da7 (diff) | |
download | mgaonline-c13c439d21b7bb0133134a102d7273ea69f93e79.tar mgaonline-c13c439d21b7bb0133134a102d7273ea69f93e79.tar.gz mgaonline-c13c439d21b7bb0133134a102d7273ea69f93e79.tar.bz2 mgaonline-c13c439d21b7bb0133134a102d7273ea69f93e79.tar.xz mgaonline-c13c439d21b7bb0133134a102d7273ea69f93e79.zip |
readd back tooltips regarding "initial check delay" that got removed
in r232444 on 2007-12-11 21:39:15 now that we can set a tooltip w/o
displaying a bubble.
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -82,6 +82,11 @@ my %state = ( colour => [ 'busy' ], changes => [ 'busy', 'critical' ], menu => [ 'check' ], + do_not_use_bubble => 1, + tt => [ + #-PO: here %s will be replaced by the local time (eg: "Will check updates at 14:03:50" + N("Will check updates at %s", POSIX::strftime("%T", localtime(time() + $config{FIRST_CHECK_DELAY}/1000))) + ], }, okay => { |