keep translation comment as it is
This commit is contained in:
parent
1f1e5c29c9
commit
575a97cc67
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ class ConversationTextview(gtk.TextView):
|
||||||
elif diff_day == 1:
|
elif diff_day == 1:
|
||||||
day_str = _('Yesterday')
|
day_str = _('Yesterday')
|
||||||
else:
|
else:
|
||||||
# the number is >= 2
|
#the number is >= 2
|
||||||
# %i is day in year (1-365), %d (1-31) we want %i
|
# %i is day in year (1-365), %d (1-31) we want %i
|
||||||
day_str = _('%i days ago') % diff_day
|
day_str = _('%i days ago') % diff_day
|
||||||
format = before_str
|
format = before_str
|
||||||
|
|
Loading…
Add table
Reference in a new issue