Patch from Chyla Zbigniew <chyla@alice.ci.pwr.wroc.pl> to gettextize

1999-08-16  Jonathan Blandford  <jrb@redhat.com>

	* Patch from Chyla Zbigniew <chyla@alice.ci.pwr.wroc.pl> to
	gettextize everything.  Sorry translators...
This commit is contained in:
Jonathan Blandford 1999-08-16 15:42:37 +00:00 committed by Jonathan Blandford
parent 611f3fa6bf
commit fb5d8c4562
7 changed files with 799 additions and 1911 deletions

View file

@ -541,15 +541,15 @@ write_mime (GHashTable *hash)
if ((stat (dirname, &s) < 0) || !(S_ISDIR (s.st_mode))){
if (errno == ENOENT) {
if (mkdir (dirname, S_IRWXU) < 0) {
run_error ("We are unable to create the directory\n"
run_error (_("We are unable to create the directory\n"
"~/.gnome/mime-info\n\n"
"We will not be able to save the state.");
"We will not be able to save the state."));
return;
}
} else {
run_error ("We are unable to access the directory\n"
run_error (_("We are unable to access the directory\n"
"~/.gnome/mime-info\n\n"
"We will not be able to save the state.");
"We will not be able to save the state."));
return;
}
}