mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Don't use decorative spaces in any new translatable strings.
This commit is contained in:
parent
a70668e19a
commit
6efcfdbc68
@ -457,7 +457,7 @@ init_growing_view (WView * view, char *name, char *filename)
|
||||
view->stdfile = NULL;
|
||||
/* Avoid two messages. Message from stderr has priority. */
|
||||
if (!close_error_pipe (view->have_frame ? -1 : 1, view->data))
|
||||
err_msg = _(" Empty output from child filter ");
|
||||
err_msg = _("Empty output from child filter");
|
||||
return set_view_init_error (view, err_msg);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user