diff options
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-x | draksnapshot-applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet index a44a1ba..5c46271 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -217,7 +217,7 @@ sub setState { gtkflush(); # so that bubbles are displayed on right icon if ($state{$state_type}{tt}[0] && $icon->isa('Gtk2::StatusIcon') && !$state{$state_type}{do_not_use_bubble}) { - my $bubble = Gtk2::Notify->new_with_status_icon(N("Warning"), formatAlaTeX(translate($state{$state_type}{tt}[0])) . "\n", + my $bubble = Gtk2::Notify->new_with_status_icon(N("Info"), formatAlaTeX(translate($state{$state_type}{tt}[0])) . "\n", '/usr/share/icons/draksnapshot.png', $icon); $bubble->set_timeout(5000); eval { $bubble->show }; |