summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/part.settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 8f9473ad0..f6c8acd34 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -17,7 +17,7 @@
<p ng-click="Settings.toggleSetting('showAll')">
<label for="showAll">
<input type="checkbox" ng-checked="Settings.getSetting('showAll')" name="showAll">
- <?php p($l->t('Show unread articles')); ?>
+ <?php p($l->t('Show all articles')); ?>
</label>
</p>