From a366b5c2baf0a014ac95a8e262b672e0b0f97c57 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 28 Jul 2014 12:07:52 +0200 Subject: io.c: Remove superfluous space from message Signed-off-by: Lukas Fleischer --- src/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io.c b/src/io.c index 5bdba77..a50991f 100644 --- a/src/io.c +++ b/src/io.c @@ -1043,7 +1043,7 @@ static FILE *get_import_stream(enum import_type type) void io_import_data(enum import_type type, const char *stream_name) { const char *proc_report = - _("Import process report: %04d lines read "); + _("Import process report: %04d lines read"); char *stats_str[4]; FILE *stream = NULL; struct io_file *log; -- cgit v1.2.3-54-g00ecf