]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Jun 2007 22:10:48 +0000 (22:10 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:56 +0000 (12:14 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/po-mode.el

index 8c3715e0f873fe09cf232d45ac9f0be1d9fb3dfe..6443e425b63f529d91ad9c572353c10073a664fb 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-17  Bruno Haible  <bruno@clisp.org>
+
+       * po-mode.el (po-msgid-to-msgstr): Fix English message.
+
 2007-06-17  Bruno Haible  <bruno@clisp.org>
 
        * po-mode.el (po-add-attribute, po-delete-attribute, po-fuzzy-regexp):
index 934600501901d8cf0c03516ea06be0cedd60f099..8788b7d96260c7fdad86530850b9dffc962063fc 100644 (file)
@@ -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 ""))