diff options
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 5b179dea1..1f2f51d13 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -1411,7 +1411,7 @@ void script_add_translatable_string(const struct script_string_buf *string, cons "\""); VECTOR_PUSH(script->lang_export_escaped_buf, '\0'); - fprintf(script->lang_export_fp, "#: %s\n" + fprintf(script->lang_export_fp, "\n#: %s\n" "# %s\n" "msgctxt \"%s\"\n" "msgid \"%s\"\n" |