From d441ffb133ad793edfb99f4c462674f3bd556e37 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 16 Jul 2008 19:25:18 +0000 Subject: schönheitsfehlerchen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@665 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/uiae | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/bin/uiae') diff --git a/linux/bin/uiae b/linux/bin/uiae index dfd72bd..704290a 100755 --- a/linux/bin/uiae +++ b/linux/bin/uiae @@ -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 -- cgit v1.2.3