summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 01:17:30 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 01:17:30 +0200
commit0ca106420e921582459cbaba9b520ed50e7b4a91 (patch)
tree05fd55dd16a5d74cdeea5a606f4581771cc07fe7 /templates/main.php
parent4d8040c42d33ee66960655afb82f6fb27796b4a3 (diff)
renamed subscriptions to new articles
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index e3b17264a..606f9fa76 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -12,7 +12,7 @@ echo $this->inc("part.items.header");
<div id="leftcontent" class="leftcontent">
<div id="feeds">
<ul>
- <li data-id="-2" class="subscriptions folder"><a href="#" ><?php echo $l->t('Subscriptions'); ?></a></li>
+ <li data-id="-2" class="subscriptions folder"><a href="#" ><?php echo $l->t('New articles'); ?></a></li>
<li data-id="-1" class="starred folder"><a href="#" ><?php echo $l->t('Starred'); ?></a></li>
<?php echo $this->inc("part.feeds"); ?>
</ul>