projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a986a5d
)
Less wordy.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 Aug 2009 07:03:31 +0000
(
01:03
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 Aug 2009 07:03:31 +0000
(
01:03
-0600)
imp/config/prefs.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/prefs.php.dist
b/imp/config/prefs.php.dist
index
624615f
..
a9c12d9
100644
(file)
--- a/
imp/config/prefs.php.dist
+++ b/
imp/config/prefs.php.dist
@@
-1314,9
+1314,9
@@
$_prefs['sortby'] = array(
Horde_Imap_Client::SORT_DATE => _("Message Date"),
Horde_Imap_Client::SORT_FROM => _("From Address"),
Horde_Imap_Client::SORT_TO => _("To Address"),
- Horde_Imap_Client::SORT_SUBJECT => _("Subject
Field
"),
+ Horde_Imap_Client::SORT_SUBJECT => _("Subject"),
Horde_Imap_Client::SORT_SIZE => _("Message Size"),
- Horde_Imap_Client::SORT_THREAD => _("Thread
View
")
+ Horde_Imap_Client::SORT_THREAD => _("Thread")
),
'desc' => _("Default sorting criteria:"));