mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -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/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
# To generate localization information, run:
|
# If you change any strings, please generate localization information with:
|
||||||
# xgettext -o - -L Shell select-screen-profile
|
# ./debian/rules get-po
|
||||||
|
|
||||||
|
|
||||||
|
TEXTDOMAIN="screen-profiles"
|
||||||
|
|
||||||
usage () {
|
usage () {
|
||||||
cat <<EOT
|
cat <<EOT
|
||||||
|
@ -118,6 +121,9 @@ setprofile() {
|
||||||
rm -f "$HOME/.screenrc-profile"
|
rm -f "$HOME/.screenrc-profile"
|
||||||
ln -s "$PROFILE_DIR/$x" "$HOME/.screenrc-profile"
|
ln -s "$PROFILE_DIR/$x" "$HOME/.screenrc-profile"
|
||||||
found=1
|
found=1
|
||||||
|
echo
|
||||||
|
echo `gettext 'Run "screen" to activate'`
|
||||||
|
echo
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue