SF.net SVN: phpwiki:[11136] trunk/lib/editpage.php

vargenau--- via phpwiki-checkins <[email protected]> Wed, 19 Feb 2025 12:59:16 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 11136
          http://sourceforge.net/p/phpwiki/code/11136
Author:   vargenau
Date:     2025-02-19 12:59:16 +0000 (Wed, 19 Feb 2025)
Log Message:
-----------
Less strings to transalate

Modified Paths:
--------------
    trunk/lib/editpage.php

Modified: trunk/lib/editpage.php
===================================================================
--- trunk/lib/editpage.php	2025-02-19 12:57:55 UTC (rev 11135)
+++ trunk/lib/editpage.php	2025-02-19 12:59:16 UTC (rev 11136)
@@ -599,7 +599,7 @@
         $html->pushContent(
             HTML::p(
                 array('class' => "warning_msg"),
-                        HTML::span(array('class' => "bold"), _("Warning:")),
+                        HTML::span(array('class' => "bold"), _("Warning")._(":")),
                     " " ._("You are editing an old version of this page.")
                     ." ". _("Saving this page will overwrite the current version.")
                 ),

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.