Commit 261b5b28 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: gettextize a forgotten error message

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -1451,7 +1451,7 @@ void init_operating_dir(void) ...@@ -1451,7 +1451,7 @@ void init_operating_dir(void)
/* If the operating directory is inaccessible, fail. */ /* If the operating directory is inaccessible, fail. */
if (full_operating_dir == NULL || chdir(full_operating_dir) == -1) if (full_operating_dir == NULL || chdir(full_operating_dir) == -1)
die("Invalid operating directory\n"); die(_("Invalid operating directory\n"));
snuggly_fit(&full_operating_dir); snuggly_fit(&full_operating_dir);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment