From: <var...@us...> - 2011-01-31 16:30:58
|
Revision: 7921 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7921&view=rev Author: vargenau Date: 2011-01-31 16:30:52 +0000 (Mon, 31 Jan 2011) Log Message: ----------- Translate WatchPage action (like the others) Modified Paths: -------------- trunk/themes/MonoBook/templates/actionbar.tmpl trunk/themes/Sidebar/templates/actionbar.tmpl trunk/themes/fusionforge/templates/actionbar.tmpl Modified: trunk/themes/MonoBook/templates/actionbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/actionbar.tmpl 2011-01-31 15:58:13 UTC (rev 7920) +++ trunk/themes/MonoBook/templates/actionbar.tmpl 2011-01-31 16:30:52 UTC (rev 7921) @@ -54,7 +54,7 @@ <?php } ?> <?php if ( $user->isSignedIn() ) { ?> - <?php echo ActionButton("WatchPage", _("Watch"), false, + <?php echo ActionButton(_("WatchPage"), _("Watch"), false, array('title'=>"Add/Remove this to/from the list of pages you're monitoring for changes [alt-l]")) ?> <?php } ?> </ul> Modified: trunk/themes/Sidebar/templates/actionbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/actionbar.tmpl 2011-01-31 15:58:13 UTC (rev 7920) +++ trunk/themes/Sidebar/templates/actionbar.tmpl 2011-01-31 16:30:52 UTC (rev 7921) @@ -27,7 +27,7 @@ <?php echo ActionButton(_("PageHistory"),_("History"),false,array('title'=>_("Past versions of this page.")." [alt-h]")) ?> <?php echo ActionButton("diff") ?> <?php if ($user->isSignedIn()) { ?> - <?php echo ActionButton("WatchPage", _("Watch"), false, + <?php echo ActionButton(_("WatchPage"), _("Watch"), false, array('title'=>_("Add/Remove this to/from the list of pages you're monitoring for changes")." [alt-l]")) ?> <?php } ?> </ul> Modified: trunk/themes/fusionforge/templates/actionbar.tmpl =================================================================== --- trunk/themes/fusionforge/templates/actionbar.tmpl 2011-01-31 15:58:13 UTC (rev 7920) +++ trunk/themes/fusionforge/templates/actionbar.tmpl 2011-01-31 16:30:52 UTC (rev 7921) @@ -129,7 +129,7 @@ <?php } ?> <td class="spacer"> </td> - <td><?php echo Button("WatchPage", _("Watch Page")) ?></td> + <td><?php echo Button(_("WatchPage"), _("Watch Page")) ?></td> </tr> </table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |