summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index f8b93ab22..ab26bda46 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1563,7 +1563,7 @@ sub new {
sub process_next {
my ($self) = @_;
shift @{$self->{queue}};
- #- wait for some time so that the new bubble is noticeable
+ #- wait for some time so that the new notification is noticeable
@{$self->{queue}} and Glib::Timeout->add($self->{delay}, sub { $self->show; 0 });
}