Add some more dots to messages.
* capplets/mime-type/mime-info.c: Add some more dots to messages.
This commit is contained in:
parent
b26f65dadc
commit
f6a260c1fe
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-03-27 Karl EICHWALDER <ke@suse.de.de>
|
||||||
|
|
||||||
|
* capplets/mime-type/mime-info.c: Add some more dots to messages.
|
||||||
|
|
||||||
2000-03-27 Karl EICHWALDER <ke@suse.de>
|
2000-03-27 Karl EICHWALDER <ke@suse.de>
|
||||||
|
|
||||||
* configure.in (ALL_LINGUAS): Add ca, el, hr, and uk. Sort
|
* configure.in (ALL_LINGUAS): Add ca, el, hr, and uk. Sort
|
||||||
|
|
|
@ -421,13 +421,13 @@ write_keys (GHashTable *spec_hash, GHashTable *generic_hash)
|
||||||
if (errno == ENOENT) {
|
if (errno == ENOENT) {
|
||||||
if (mkdir (dirname, S_IRWXU) < 0) {
|
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"
|
"~/.gnome/mime-info.\n\n"
|
||||||
"We will not be able to save the state."));
|
"We will not be able to save the state."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} 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"
|
"~/.gnome/mime-info.\n\n"
|
||||||
"We will not be able to save the state."));
|
"We will not be able to save the state."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -437,7 +437,7 @@ write_keys (GHashTable *spec_hash, GHashTable *generic_hash)
|
||||||
remove (filename);
|
remove (filename);
|
||||||
file = fopen (filename, "w");
|
file = fopen (filename, "w");
|
||||||
if (file == NULL) {
|
if (file == NULL) {
|
||||||
run_error (_("Cannot create the file\n~/.gnome/mime-info/user.keys\n\n"
|
run_error (_("Cannot create the file\n~/.gnome/mime-info/user.keys.\n\n"
|
||||||
"We will not be able to save the state"));
|
"We will not be able to save the state"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue