tweaks: gettextize a forgotten error message

This commit is contained in:
Benno Schulenberg 2017-03-23 22:08:57 +01:00
parent f987508891
commit 261b5b28c4

View File

@ -1451,7 +1451,7 @@ void init_operating_dir(void)
/* If the operating directory is inaccessible, fail. */
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);
}