diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-06-06 19:49:30 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-06-06 19:49:30 +0200 |
commit | 93237f8d0a116f09aa74d01a215d4b85b6510299 (patch) | |
tree | f48e2e342f3409d5d6c6035ae78e11013e8a7076 /mod | |
parent | 2c52be8780f870ef054ad789c82db1b9388d7bf3 (diff) | |
download | volse-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')
-rw-r--r-- | mod/settings.php | 3 |
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), |