Add some more dots to messages.

* capplets/mime-type/mime-info.c: Add some more dots to messages.
This commit is contained in:
Karl Eichwalder 2000-03-27 02:42:38 +00:00
parent b26f65dadc
commit f6a260c1fe
2 changed files with 7 additions and 3 deletions

View file

@ -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>
* configure.in (ALL_LINGUAS): Add ca, el, hr, and uk. Sort

View file

@ -421,13 +421,13 @@ write_keys (GHashTable *spec_hash, GHashTable *generic_hash)
if (errno == ENOENT) {
if (mkdir (dirname, S_IRWXU) < 0) {
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."));
return;
}
} else {
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."));
return;
}
@ -437,7 +437,7 @@ write_keys (GHashTable *spec_hash, GHashTable *generic_hash)
remove (filename);
file = fopen (filename, "w");
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"));
return;
}