diff options
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c index a2861d536..f9e735aaa 100644 --- a/src/undo.c +++ b/src/undo.c @@ -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)); } |