keep translation comment as it is

This commit is contained in:
Yann Leboulanger 2006-01-18 12:22:26 +00:00
parent 1f1e5c29c9
commit 575a97cc67
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ class ConversationTextview(gtk.TextView):
elif diff_day == 1:
day_str = _('Yesterday')
else:
# the number is >= 2
#the number is >= 2
# %i is day in year (1-365), %d (1-31) we want %i
day_str = _('%i days ago') % diff_day
format = before_str