Not localized string

Federico Giannici giannici@neomedia.it
Sat, 16 Feb 2002 17:30:43 +0000


---------------------- multipart/mixed attachment
I have found a bug in compose.php that prevent a string to be localized.

Here is the diff against RELENG cvs of today:

Bye,
___________________________________________________
    __
   |-                      giannici@neomedia.it
   |ederico Giannici      http://www.neomedia.it
___________________________________________________
---------------------- multipart/mixed attachment
--- compose.php-orig	Sat Feb 16 18:19:12 2002
+++ compose.php	Sat Feb 16 18:20:05 2002
@@ -797,7 +797,7 @@
              exit;
          } else {
              Horde::logMessage($status->getMessage(), __FILE__, __LINE__, LOG_ERR);
-             Horde::raiseMessage(_("There was an error sending your message: " . $status->getMessage()), HORDE_ERROR);
+             Horde::raiseMessage(_("There was an error sending your message: ") . $status->getMessage(), HORDE_ERROR);
          }
      }
      unset($msg);

---------------------- multipart/mixed attachment--