mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Use more accurate labels on TimeMenu.
This commit is contained in:
@@ -64,11 +64,11 @@ menu = MenuHandler(hot = _('hot'),
|
||||
admin = _('admin'),
|
||||
|
||||
# time sort words
|
||||
hour = _('this hour'),
|
||||
day = _('today'),
|
||||
week = _('this week'),
|
||||
month = _('this month'),
|
||||
year = _('this year'),
|
||||
hour = _('past hour'),
|
||||
day = _('past 24 hours'),
|
||||
week = _('past week'),
|
||||
month = _('past month'),
|
||||
year = _('past year'),
|
||||
all = _('all time'),
|
||||
|
||||
# "kind" words
|
||||
|
||||
Reference in New Issue
Block a user