summaryrefslogtreecommitdiff
path: root/includes/pages/user_settings.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-11-25 21:56:56 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-11-25 21:56:56 +0100
commit85d9bf4f9c9546c2a8ea87d0641686886275ce21 (patch)
treeb786d1b2fa1f38afd305df2f64bc8f84215516b4 /includes/pages/user_settings.php
parent813751ac7a0e3f17af791397fa7e6b60d526f0a0 (diff)
angel views in english complete
Diffstat (limited to 'includes/pages/user_settings.php')
-rw-r--r--includes/pages/user_settings.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/pages/user_settings.php b/includes/pages/user_settings.php
index 5370adaa..334fea45 100644
--- a/includes/pages/user_settings.php
+++ b/includes/pages/user_settings.php
@@ -1,4 +1,8 @@
<?php
+function settings_title() {
+ return _("Settings");
+}
+
function user_settings() {
global $enable_tshirt_size, $tshirt_sizes, $themes, $locales;
global $user;
@@ -108,7 +112,7 @@ function user_settings() {
}
engelsystem_log("Own angel types set to: " . join(", ", $user_angel_type_info));
- success("Settings saved.");
+ success(_("Settings saved."));
redirect(page_link_to('user_settings'));
}
} elseif (isset($_REQUEST['submit_password'])) {