From: Michael M Slusarz Date: Mon, 24 Nov 2008 05:35:32 +0000 (-0700) Subject: Clarify this parameter's values. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5d0dd4b3dba7eb8a81907fd48b85cd7e45785682;p=horde.git Clarify this parameter's values. --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 9f7dc99d5..8e33284c3 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -1115,8 +1115,8 @@ $_prefs['mailbox_start'] = array( 'locked' => false, 'shared' => false, 'type' => 'enum', - 'enum' => array(IMP::MAILBOX_START_FIRSTUNSEEN => _("Page with the First Unseen Message"), - IMP::MAILBOX_START_LASTUNSEEN => _("Page with the Last Unseen Message"), + 'enum' => array(IMP::MAILBOX_START_FIRSTUNSEEN => _("Page with the First (oldest) Unseen Message"), + IMP::MAILBOX_START_LASTUNSEEN => _("Page with the Last (newest) Unseen Message"), IMP::MAILBOX_START_FIRSTPAGE => _("First Mailbox Page"), IMP::MAILBOX_START_LASTPAGE => _("Last Mailbox Page")), 'desc' => _("When opening a new mailbox for the first time, which page do you want to start on?"),