[ticket/11103] Move UCP Notification Options to Board Preferences tab

Also rename to "Edit notification options" for consistency

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-10-05 13:54:27 -05:00
parent 868554cbae
commit 948bd69495
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ class ucp_notifications_info
'title' => 'UCP_NOTIFICATION_OPTIONS', 'title' => 'UCP_NOTIFICATION_OPTIONS',
'version' => '1.0.0', 'version' => '1.0.0',
'modes' => array( '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')),
), ),
); );
} }

View file

@ -2470,7 +2470,7 @@ function change_database_data(&$no_updates, $version)
'class' => 'ucp', 'class' => 'ucp',
'title' => 'UCP_NOTIFICATION_OPTIONS', 'title' => 'UCP_NOTIFICATION_OPTIONS',
'auth' => '', 'auth' => '',
'cat' => 'UCP_MAIN', 'cat' => 'UCP_PREFS',
), ),
); );

View file

@ -469,7 +469,7 @@ $lang = array_merge($lang, array(
'UCP_MSNM' => 'Windows Live Messenger', 'UCP_MSNM' => 'Windows Live Messenger',
'UCP_NO_ATTACHMENTS' => 'You have posted no files.', '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_NOTIFICATION_OPTIONS_EXPLAIN' => 'Here you can set your preferred notification methods for the board.',
'UCP_PREFS' => 'Board preferences', 'UCP_PREFS' => 'Board preferences',