tweaks: gettextize a forgotten error message
This commit is contained in:
parent
f987508891
commit
261b5b28c4
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user