Added a dot to a message string so that it is strictly identical to other occurrences of the same message.

This commit is contained in:
David Monniaux
2000-01-13 10:24:02 +00:00
parent 962d2b2b09
commit c3e46eda7e

View File

@ -2252,7 +2252,7 @@ explorer_load()
return;
}
if (load_options(current_obj,fp)) {
g_message (_("File '%s' is corrupt\nLine %d Option section incorrect"),
g_message (_("File '%s' is corrupt.\nLine %d Option section incorrect"),
filename, line_no);
return;
}