i18n: make the translation of -u advice in one go
commit62901179cfbb86e31a4bed098cee9734a701912b
authorJiang Xin <worldhello.net@gmail.com>
Fri, 12 Apr 2013 03:53:01 +0000 (12 11:53 +0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2013 15:11:20 +0000 (12 08:11 -0700)
tree2ba2b41ce5cea18f5d1ca63a8dc53c067466c7a2
parent6a38ef2ced55f0a8a7967581934e40f79e1d8733
i18n: make the translation of -u advice in one go

The advice (consider use of -u when read_directory takes too long) is
separated into 3 different status_printf_ln() calls, and which brings
trouble for translators.

Since status_vprintf() called by status_printf_ln() can handle eol in
buffer, we could simply join these lines into one paragraph.

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c