Browse Source

Merging two strings and making external links open in a new window

Fredrik Jervfors 21 years ago
parent
commit
5d83344759
2 changed files with 6 additions and 9 deletions
  1. 2 3
      plugins/bug_report/bug_report.php
  2. 4 6
      po/squirrelmail.pot

+ 2 - 3
plugins/bug_report/bug_report.php

@@ -65,12 +65,11 @@ $body = htmlspecialchars($body_top) . $body;
 
    echo "<ul>";
    echo "<li>";
-   printf(_("Make sure that you are running the most recent copy of %s."),'<a href="http://www.squirrelmail.org/">SquirrelMail</a>');
-   printf(_("You are currently using version %s."),$version);
+   printf(_("Make sure that you are running the most recent copy of %s. You are currently using version %s."), '<a href="http://www.squirrelmail.org/" target="_blank">SquirrelMail</a>', $version);
    echo "</li>\n";
 
    echo "<li>";
-   printf(_("Check to see if your bug is already listed in the %sBug List%s on SourceForge. If it is, we already know about it and are trying to fix it."), '<a href="http://sourceforge.net/bugs/?group_id=311">', '</a>');
+   printf(_("Check to see if your bug is already listed in the %sBug List%s on SourceForge. If it is, we already know about it and are trying to fix it."), '<a href="http://sourceforge.net/bugs/?group_id=311" target="_blank">', '</a>');
    echo "</li>\n";
    
    echo "<li>";

+ 4 - 6
po/squirrelmail.pot

@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-05-15 12:12+0200\n"
+"POT-Creation-Date: 2004-05-15 15:39+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2254,11 +2254,9 @@ msgid ""
 msgstr ""
 
 #, c-format
-msgid "Make sure that you are running the most recent copy of %s."
-msgstr ""
-
-#, c-format
-msgid "You are currently using version %s."
+msgid ""
+"Make sure that you are running the most recent copy of %s. You are currently "
+"using version %s."
 msgstr ""
 
 #, c-format