From: Bruno Haible Date: Sun, 17 Jun 2007 22:10:48 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v0.17~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ef6e6fb2bd3e8ed8c8b9d875dbbfe910e0a888;p=thirdparty%2Fgettext.git Fix typo. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 8c3715e0f..6443e425b 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2007-06-17 Bruno Haible + + * po-mode.el (po-msgid-to-msgstr): Fix English message. + 2007-06-17 Bruno Haible * po-mode.el (po-add-attribute, po-delete-attribute, po-fuzzy-regexp): diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el index 934600501..8788b7d96 100644 --- a/gettext-tools/misc/po-mode.el +++ b/gettext-tools/misc/po-mode.el @@ -1547,7 +1547,7 @@ If WRAP is not nil, the search may wrap around the buffer." (po-find-span-of-entry) (if (or (eq po-entry-type 'untranslated) (eq po-entry-type 'obsolete) - (y-or-n-p (_"Really loose previous translation? "))) + (y-or-n-p (_"Really lose previous translation? "))) (po-set-msgstr (po-get-msgid nil))) (message ""))