diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-28 12:07:52 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-28 12:43:00 +0200 |
commit | a366b5c2baf0a014ac95a8e262b672e0b0f97c57 (patch) | |
tree | cc129806b4a07e232f7dea23db07ff3935e6ca2f /src/io.c | |
parent | 81894cbbd8496dee4ea6d62d6ffc820482b4197d (diff) | |
download | calcurse-a366b5c2baf0a014ac95a8e262b672e0b0f97c57.zip |
io.c: Remove superfluous space from message
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/io.c')
-rw-r--r-- | src/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |