From: <var...@us...> - 2011-09-23 16:08:15
|
Revision: 8118 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8118&view=rev Author: vargenau Date: 2011-09-23 16:08:09 +0000 (Fri, 23 Sep 2011) Log Message: ----------- Translate ":" (for French) Modified Paths: -------------- trunk/themes/default/templates/info.tmpl Modified: trunk/themes/default/templates/info.tmpl =================================================================== --- trunk/themes/default/templates/info.tmpl 2011-09-23 12:27:01 UTC (rev 8117) +++ trunk/themes/default/templates/info.tmpl 2011-09-23 16:08:09 UTC (rev 8118) @@ -54,14 +54,14 @@ $LOCKED_CB->setAttr('onclick', $clickcheckb); } - $label['date'] = _("Last Modified").':'; - $label['author'] = _("Last Author").':'; - $label['summary'] = _("Last Summary").':'; + $label['date'] = _("Last Modified:"); + $label['author'] = _("Last Author:"); + $label['summary'] = _("Last Summary:"); } else { $label['date'] = _("Saved on:"); - $label['author'] = _("Author").':'; - $label['summary'] = _("Summary").':'; + $label['author'] = _("Author:"); + $label['summary'] = _("Summary:"); } $tableSummary = fmt("Statistics about %s.", $page->getName()); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |