summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
Diffstat (limited to 'intl')
-rw-r--r--intl/po2test.sed4
1 files changed, 2 insertions, 2 deletions
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