diff --git a/ChangeLog b/ChangeLog index fe776afe3..9265bd396 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-03-27 Karl EICHWALDER + + * capplets/mime-type/mime-info.c: Add some more dots to messages. + 2000-03-27 Karl EICHWALDER * configure.in (ALL_LINGUAS): Add ca, el, hr, and uk. Sort diff --git a/capplets/mime-type/mime-info.c b/capplets/mime-type/mime-info.c index 90979e605..2de835f48 100644 --- a/capplets/mime-type/mime-info.c +++ b/capplets/mime-type/mime-info.c @@ -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; }