diff options
Diffstat (limited to 'templates/sidebar.block.watchlist.php')
-rw-r--r-- | templates/sidebar.block.watchlist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sidebar.block.watchlist.php b/templates/sidebar.block.watchlist.php index b759d70..8f4984e 100644 --- a/templates/sidebar.block.watchlist.php +++ b/templates/sidebar.block.watchlist.php @@ -27,7 +27,7 @@ foreach($watching as $watchuser) { <?php endif; ?> -<h2><?php echo ' &rarr '. T_('Watching'); ?></h2> +<h2><?php echo ' → '. T_('Watching'); ?></h2> <div id="watching"> <ul> <?php if($userservice->isLoggedOn() && $currentUser->getUsername() == $user): ?> @@ -49,7 +49,7 @@ foreach($watching as $watchuser) { </ul> </div> -<h2><?php echo ' &larr '. T_('Watched By'); ?></h2> +<h2><?php echo ' ← '. T_('Watched By'); ?></h2> <div id="watching"> <ul> <?php foreach($watchedBy as $watchuser): ?> |