aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/ucp/info/ucp_notifications.php2
-rw-r--r--phpBB/install/database_update.php2
-rw-r--r--phpBB/language/en/ucp.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/ucp/info/ucp_notifications.php b/phpBB/includes/ucp/info/ucp_notifications.php
index 4bc9ae2cea..3c7ea80bee 100644
--- a/phpBB/includes/ucp/info/ucp_notifications.php
+++ b/phpBB/includes/ucp/info/ucp_notifications.php
@@ -19,7 +19,7 @@ class ucp_notifications_info
'title' => 'UCP_NOTIFICATION_OPTIONS',
'version' => '1.0.0',
'modes' => array(
- 'notification_options' => array('title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => array('UCP_MAIN')),
+ 'notification_options' => array('title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => array('UCP_PREFS')),
),
);
}
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 9cb0785c89..965cb45dce 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -2470,7 +2470,7 @@ function change_database_data(&$no_updates, $version)
'class' => 'ucp',
'title' => 'UCP_NOTIFICATION_OPTIONS',
'auth' => '',
- 'cat' => 'UCP_MAIN',
+ 'cat' => 'UCP_PREFS',
),
);
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 7ad860673b..78f863541c 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -469,7 +469,7 @@ $lang = array_merge($lang, array(
'UCP_MSNM' => 'Windows Live Messenger',
'UCP_NO_ATTACHMENTS' => 'You have posted no files.',
- 'UCP_NOTIFICATION_OPTIONS' => 'Notification options',
+ 'UCP_NOTIFICATION_OPTIONS' => 'Edit notification options',
'UCP_NOTIFICATION_OPTIONS_EXPLAIN' => 'Here you can set your preferred notification methods for the board.',
'UCP_PREFS' => 'Board preferences',