summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/io.c2
1 files changed, 1 insertions, 1 deletions
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;