diff options
author | David Prévot <taffit@debian.org> | 2011-12-17 17:56:39 -0400 |
---|---|---|
committer | David Prévot <taffit@debian.org> | 2011-12-17 18:02:43 -0400 |
commit | a1fb740f403eb6b8d5dd2f8cc1dc220cfc1134db (patch) | |
tree | 41319da16f23598763b564ae8668cfc32c5a9641 /po/en_GB.po | |
parent | 25b6404a16cd51a900e71f00f881a103cf27b18a (diff) | |
download | dctrl-tools-a1fb740f403eb6b8d5dd2f8cc1dc220cfc1134db.tar.gz |
Trivial unfuzzy after runtime strings review f6da5
for i in po/*.po; \
do sed -i
-e 's/Do no output to stdout/Do not output to stdout/' \
-e 's/need a executable/need an executable/' $i; \
done
Diffstat (limited to 'po/en_GB.po')
-rw-r--r-- | po/en_GB.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/en_GB.po b/po/en_GB.po index 5e9ff6c..eda341c 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -216,8 +216,8 @@ msgid "Debug option parsing." msgstr "Debug option parsing." #: grep-dctrl/grep-dctrl.c:141 grep-dctrl/grep-dctrl.c:142 -msgid "Do no output to stdout." -msgstr "Do no output to stdout." +msgid "Do not output to stdout." +msgstr "Do not output to stdout." #: grep-dctrl/grep-dctrl.c:143 sort-dctrl/sort-dctrl.c:41 #: tbl-dctrl/tbl-dctrl.c:43 join-dctrl/join-dctrl.c:46 @@ -362,8 +362,8 @@ msgid "read failure or out of memory" msgstr "read failure or out of memory" #: grep-dctrl/rc.c:161 -msgid "syntax error: need a executable name" -msgstr "syntax error: need a executable name" +msgid "syntax error: need an executable name" +msgstr "syntax error: need an executable name" #: grep-dctrl/rc.c:169 msgid "syntax error: need an input file name" |