mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.0e01
This commit is contained in:
@@ -1393,7 +1393,7 @@ u_add_time(buf, buflen, tt)
|
||||
}
|
||||
else
|
||||
#endif
|
||||
vim_snprintf((char *)buf, buflen, "%ld seconds ago",
|
||||
vim_snprintf((char *)buf, buflen, _("%ld seconds ago"),
|
||||
(long)(time(NULL) - tt));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user