[dev] "Re:" string fix

Vilius Sumskas vilius at lnk.lt
Thu May 13 04:01:54 PDT 2004


Hi,

this fixes "re:" string with non english translations.



--
   Best Regards,

   Vilius Sumskas
   LNK TV system administrator
   mob.: +370 614 75713
   www.lnk.lt
-------------- next part --------------
Index: edit.php
===================================================================
RCS file: /repository/agora/messages/edit.php,v
retrieving revision 1.45
diff -u -r1.45 edit.php
--- edit.php	26 Apr 2004 12:43:19 -0000	1.45
+++ edit.php	13 May 2004 10:58:24 -0000
@@ -107,7 +107,7 @@
         $message_array = $parent_message->getMessageArray();
 
         /* Set up the form subject with the parent subject. */
-        if (String::lower(String::substr($message_array['plain_subject'], 0, 3)) != 're:') {
+        if (String::lower(String::substr($message_array['plain_subject'], 0, 3)) != _("re:")) {
             $message_array['plain_subject'] = sprintf(_("Re: %s"), $message_array['plain_subject']);
         }
         $vars->set('message_subject', $message_array['plain_subject']);


More information about the dev mailing list