Rewording UCP_PM_OPTIONS to something more verbose since that panel does contain a lot of options. Rejigged the menu as "Manage PM drafts" sits better with "Compose message", with UCP_PM_OPTIONS on its own at the bottom.


git-svn-id: file:///svn/phpbb/trunk@7390 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Jonathan Stanley 2007-04-23 22:27:39 +00:00
parent f24037d22b
commit 56e83ff4ea
2 changed files with 4 additions and 4 deletions

View file

@ -411,7 +411,7 @@ $lang = array_merge($lang, array(
'UCP_PM' => 'Private messages', 'UCP_PM' => 'Private messages',
'UCP_PM_COMPOSE' => 'Compose message', 'UCP_PM_COMPOSE' => 'Compose message',
'UCP_PM_DRAFTS' => 'Manage PM drafts', 'UCP_PM_DRAFTS' => 'Manage PM drafts',
'UCP_PM_OPTIONS' => 'Edit options', 'UCP_PM_OPTIONS' => 'Filtering, categorisation & delivery options',
'UCP_PM_POPUP' => 'Private messages', 'UCP_PM_POPUP' => 'Private messages',
'UCP_PM_POPUP_TITLE' => 'Private message popup', 'UCP_PM_POPUP_TITLE' => 'Private message popup',
'UCP_PM_UNREAD' => 'Unread messages', 'UCP_PM_UNREAD' => 'Unread messages',

View file

@ -24,7 +24,7 @@
<!-- IF S_PRIVMSGS --> <!-- IF S_PRIVMSGS -->
<!-- BEGIN t_block2 --> <!-- BEGIN t_block2 -->
<!-- IF S_PRIVMSGS and t_block2.S_FIRST_ROW --> <!-- IF S_PRIVMSGS and not t_block2.S_LAST_ROW -->
<ul> <ul>
<!-- IF t_block2.S_SELECTED --> <!-- IF t_block2.S_SELECTED -->
<li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li> <li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
@ -32,10 +32,10 @@
<li><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li> <li><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
<!-- ENDIF --> <!-- ENDIF -->
</ul> </ul>
<hr />
<!-- ENDIF --> <!-- ENDIF -->
<!-- END t_block2 --> <!-- END t_block2 -->
<hr />
<!-- BEGIN folder --> <!-- BEGIN folder -->
<!-- IF folder.S_FIRST_ROW --><ul><!-- ENDIF --> <!-- IF folder.S_FIRST_ROW --><ul><!-- ENDIF -->
<!-- IF folder.S_CUR_FOLDER --> <!-- IF folder.S_CUR_FOLDER -->
@ -50,7 +50,7 @@
<ul> <ul>
<!-- BEGIN t_block2 --> <!-- BEGIN t_block2 -->
<!-- IF (S_PRIVMSGS and t_block2.S_ROW_COUNT) or not S_PRIVMSGS --> <!-- IF (S_PRIVMSGS and t_block2.S_LAST_ROW) or not S_PRIVMSGS -->
<!-- IF t_block2.S_SELECTED --> <!-- IF t_block2.S_SELECTED -->
<li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li> <li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
<!-- ELSE --> <!-- ELSE -->