mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
update translation instructions
print message on successful profile change
This commit is contained in:
parent
7c5bcf598f
commit
d138f95a7a
1 changed files with 8 additions and 2 deletions
|
@ -19,8 +19,11 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
# To generate localization information, run:
|
||||
# xgettext -o - -L Shell select-screen-profile
|
||||
# If you change any strings, please generate localization information with:
|
||||
# ./debian/rules get-po
|
||||
|
||||
|
||||
TEXTDOMAIN="screen-profiles"
|
||||
|
||||
usage () {
|
||||
cat <<EOT
|
||||
|
@ -118,6 +121,9 @@ setprofile() {
|
|||
rm -f "$HOME/.screenrc-profile"
|
||||
ln -s "$PROFILE_DIR/$x" "$HOME/.screenrc-profile"
|
||||
found=1
|
||||
echo
|
||||
echo `gettext 'Run "screen" to activate'`
|
||||
echo
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue