Including the colon in the string.
[squirrelmail.git] / src / options.php
index 23c8563e960d21c20efd9d410644f0a755667c1d..1270739c5414d2ab6bee2cbdd90c80e1e9756024 100644 (file)
@@ -291,7 +291,8 @@ if ($optpage == SMOPT_PAGE_MAIN) {
             $notice.= "</ul>\n" . _("Some of your preference changes were not applied.") . "\n";
         } else {
             /* Display a message indicating a successful save. */
-            $notice = _("Successfully Saved Options") . ": $optpage_name</b><br />\n";
+            // i18n: The %s represents the name of the option page saving the options
+            $notice = sprintf(_("Successfully Saved Options: %s"), $optpage_name) . "<br />\n";
         }
 
         /* If $max_refresh != SMOPT_REFRESH_NONE, provide a refresh link. */