summaryrefslogtreecommitdiff
path: root/linux/bin/asdf
diff options
context:
space:
mode:
Diffstat (limited to 'linux/bin/asdf')
-rwxr-xr-xlinux/bin/asdf4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf
index 39b1f7c..798931d 100755
--- a/linux/bin/asdf
+++ b/linux/bin/asdf
@@ -1,11 +1,11 @@
#!/bin/sh
if [ -n "$SSH_CONNECTION" ]; then
- echo "Dude, du bist in einer ssh session. Wie soll ich das Tastaturlayout hier ändern?"
+ echo "Dude, du bist in einer SSH-Session. Wie soll ich das Tastaturlayout hier ändern?"
exit 1
fi
if [ -z "$DISPLAY" ]; then
- echo "Dude, du bist auf der Textkonsole. Ich kann das Layout nur auf dem X Server ändern!"
+ echo "Dude, du bist auf der Textkonsole. Ich kann das Layout nur auf dem X-Server ändern!"
exit 1
fi