summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-12 13:10:20 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-12 13:10:20 +0200
commite2b56e0d619bcdc5f055dc862280eb1f1a9a1a55 (patch)
tree9a06640a4679fbd4cb000e58e8d4b462de1f337a /templates
parent88aa7823d694430de3509f0f1c0f12e1c3b589bb (diff)
add fileextensions as hint to subscriptions export
Diffstat (limited to 'templates')
-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 7b24db647..0903ffe9f 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -10,7 +10,7 @@
<div id="app-settings-content">
<fieldset class="personalblock">
- <legend><strong><?php p($l->t('Subscriptions')); ?></strong></legend>
+ <legend><strong><?php p($l->t('Subscriptions (OPML)')); ?></strong></legend>
<input type="file" id="opml-upload" name="import" accept="text/x-opml, text/xml"
oc-read-file="import($fileContent)"/>