diff --git a/typing-break/ChangeLog b/typing-break/ChangeLog index 7118829e6..c2a692f17 100644 --- a/typing-break/ChangeLog +++ b/typing-break/ChangeLog @@ -1,3 +1,9 @@ +2005-02-04 Richard Hult + + * main.c (main): Update description on how to add notification + area for the new "add to panel" dialog. Patch from uid0@akl.lt, + fixes bug #166057. + 2005-02-03 Richard Hult * drwright.c (break_window_postpone_cb), (maybe_change_state), diff --git a/typing-break/main.c b/typing-break/main.c index 8b7122aed..e704a6bac 100644 --- a/typing-break/main.c +++ b/typing-break/main.c @@ -106,7 +106,8 @@ main (int argc, char *argv[]) _("The typing monitor uses the notification area to display " "information. You don't seem to have a notification area " "on your panel. You can add it by right-clicking on your " - "panel and choose 'Add to panel -> Utilities -> Notification area'.")); + "panel and choosing 'Add to panel', selecting 'Notification " + "area' and clicking 'Add'.")); gtk_dialog_run (GTK_DIALOG (dialog));