diff --git a/debian/changelog b/debian/changelog index fe67be49..8414d806 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ byobu (2.9) unreleased; urgency=low * screen-launcher: slightly cleaner bash exit (still could use some improvement) + * select-screen-profile: update to say "byobu" rather than screen, + LP: #382643 * bin/wifi-quality, bin/network-up, bin/network-down: must use /sbin in iwconfig and ifconfig paths * bin/cpu-count: performance improvement, use getconf @@ -10,7 +12,7 @@ byobu (2.9) unreleased; urgency=low * bin/ec2-cost: performance improvement, cache ifconfig output * bin/logo: use a case-statement instead of nasty if/then/else stack - -- Dustin Kirkland Mon, 08 Jun 2009 12:08:58 -0500 + -- Dustin Kirkland Mon, 08 Jun 2009 17:42:50 -0500 byobu (2.8-0ubuntu1) karmic; urgency=low diff --git a/select-screen-profile b/select-screen-profile index 5fdd7557..9854859e 100755 --- a/select-screen-profile +++ b/select-screen-profile @@ -131,7 +131,7 @@ setprofile() { if [ "$TERM" = "screen" ]; then echo `gettext 'If you are using the default set of keybindings, press\n to activate these changes.\n\nOtherwise, exit this screen session and start a new one.'` else - echo `gettext 'Run "screen" to activate'` + echo `gettext 'Run "byobu" to activate'` fi echo break