Strings fix
[squirrelmail.git] / plugins / calendar / event_create.php
index 14ee40d981e36ccfaabc7fd952ca2f889e6e975e..781927e76dd4567bb3d5e4c547f791718b662cf0 100644 (file)
@@ -28,7 +28,7 @@ function show_event_form() {
          "      <INPUT TYPE=hidden NAME=\"year\" VALUE=\"$year\">\n".
          "      <INPUT TYPE=hidden NAME=\"month\" VALUE=\"$month\">\n".
          "      <INPUT TYPE=hidden NAME=\"day\" VALUE=\"$day\">\n".
-         "      <TR><TD BGCOLOR=\"$color[4]\" ALIGN=RIGHT>" . ("Start time:") . "</TD>\n".
+         "      <TR><TD BGCOLOR=\"$color[4]\" ALIGN=RIGHT>" . _("Start time:") . "</TD>\n".
          "      <TD BGCOLOR=\"$color[4]\" ALIGN=LEFT>\n".
          "      <SELECT NAME=\"event_hour\">\n";
     select_option_hour($hour);