summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xconfig/extract-shell.sh2
-rw-r--r--config/gettextfoo.h4
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 42f8b6b0..e477f490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ Thu Oct 16 09:55:55 2003 George Lebl <jirka@5z.com>
* Release 2.4.4.4
+ * config/shell-extract.sh: fix extracting of text from
+ shell scripts.
+
Thu Oct 16 09:13:48 2003 George Lebl <jirka@5z.com>
* daemon/gdm.[ch], daemon/gdm-net.[ch]: Make the socket connection
diff --git a/config/extract-shell.sh b/config/extract-shell.sh
index f967a4e0..425a0e69 100755
--- a/config/extract-shell.sh
+++ b/config/extract-shell.sh
@@ -1,4 +1,4 @@
#!/bin/sh
echo "/* DON\'T CHANGE THIS BY HAND! CHANGE THE SCRIPT THIS IS GENERATED */"
echo "/* ALWAYS ADD A CHANGELOG OR I WILL PERSONALLY KICK YOUR ASS! */"
-grep gettextfunc | fgrep -v 'gettextfunc ()' | sed 's/^[^"]*\("[^"]*"\).*$/const char *foo = N_(\1);/'
+grep gettextfunc | fgrep -v 'gettextfunc ()' | sed 's/^.*gettextfunc[^"]*\("[^"]*"\).*$/const char *foo = N_(\1);/'
diff --git a/config/gettextfoo.h b/config/gettextfoo.h
index 37a07cc3..cb3dfd35 100644
--- a/config/gettextfoo.h
+++ b/config/gettextfoo.h
@@ -9,5 +9,5 @@ const char *foo = N_("I cannot start the X server (your graphical interface). I
const char *foo = N_("Would you like to view the detailed X server output as well?");
const char *foo = N_("I cannot start the X server (your graphical interface). It seems that the pointer device (your mouse) is not set up correctly. Would you like to view the X server output to diagnose the problem?");
const char *foo = N_("Would you like me to try to run the mouse configuration program? Note that you will need the root password for this.");
-const char *foo = N_("$zenity");
-const char *foo = N_("$zenity");
+const char *foo = N_("This is the failsafe xterm session. Windows now have focus only if you have your cursor above them. To get out of this mode type 'exit' in the window in the upper left corner");
+const char *foo = N_("I could not start your session and so I have started the failsafe xterm session. Windows now have focus only if you have your cursor above them. To get out of this mode type 'exit' in the window in the upper left corner");