Skip to content

Commit

Permalink
terminal-screen: update summary text in notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Oct 31, 2023
1 parent e833d88 commit ca235cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal-screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ terminal_screen_text_inserted (BteTerminal *bte_terminal,
notify_init ("cafe-terminal");
NotifyNotification *notification;

notification = notify_notification_new ("cafe-terminal",
notification = notify_notification_new ("CAFE Terminal",
_("Process completed"),
"utilities-terminal");

Expand Down

0 comments on commit ca235cf

Please sign in to comment.