aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-06-06 19:49:30 +0200
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-06-06 19:49:30 +0200
commit93237f8d0a116f09aa74d01a215d4b85b6510299 (patch)
treef48e2e342f3409d5d6c6035ae78e11013e8a7076 /mod/settings.php
parent2c52be8780f870ef054ad789c82db1b9388d7bf3 (diff)
downloadvolse-hubzilla-93237f8d0a116f09aa74d01a215d4b85b6510299.tar.gz
volse-hubzilla-93237f8d0a116f09aa74d01a215d4b85b6510299.tar.bz2
volse-hubzilla-93237f8d0a116f09aa74d01a215d4b85b6510299.zip
Added translatable strings to the Display Settings page and refreshed util/messages.po.
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 550236c47..692668060 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -844,6 +844,9 @@ function settings_content(&$a) {
$tpl = get_markup_template("settings_display.tpl");
$o = replace_macros($tpl, array(
'$ptitle' => t('Display Settings'),
+ '$d_tset' => t('Theme Settings'),
+ '$d_ctset' => t('Custom Theme Settings'),
+ '$d_cset' => t('Content Settings'),
'$form_security_token' => get_form_security_token("settings_display"),
'$submit' => t('Submit'),
'$baseurl' => $a->get_baseurl(true),