From e7c41f614ac5518c5fc7756d5b619b594ac604fd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 30 Mar 2003 21:55:45 +0000 Subject: 2003-03-30 Roland McGrath * intl/po2test.sed: Anchor substitution regexps to fix last change. --- intl/po2test.sed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intl/po2test.sed') diff --git a/intl/po2test.sed b/intl/po2test.sed index c68808d840..8b5e4c82e0 100644 --- a/intl/po2test.sed +++ b/intl/po2test.sed @@ -21,14 +21,14 @@ # We copy the original message as a comment into the .msg file. But enclose # them with INPUT ( ). # -s/msgid[ ]*"\(.*\)"/INPUT ("\1")/ +s/^msgid[ ]*"\(.*\)"/INPUT ("\1")/ # Clear flag from last substitution and jump if matching tb # # Copy the translations as well and enclose them with OUTPUT ( ). # -s/msgstr[ ]*"\(.*\)"/OUTPUT ("\1")/ +s/^msgstr[ ]*"\(.*\)"/OUTPUT ("\1")/ # Clear flag from last substitution and jump if matching tb -- cgit v1.2.3