From 6641770f796cf9557ff29b25c7986f226686d0bd Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 10 Feb 2004 09:26:45 +0000 Subject: [PATCH] Fix some typos. 2004-02-10 Kjartan Maraas * mime-edit-dialog.c: (mime_edit_dialog_get_app), (validate_data): Fix some typos. --- capplets/file-types/ChangeLog | 5 +++++ capplets/file-types/mime-edit-dialog.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/capplets/file-types/ChangeLog b/capplets/file-types/ChangeLog index 285cc4326..46d737272 100644 --- a/capplets/file-types/ChangeLog +++ b/capplets/file-types/ChangeLog @@ -1,3 +1,8 @@ +2004-02-10 Kjartan Maraas + + * mime-edit-dialog.c: (mime_edit_dialog_get_app), (validate_data): + Fix some typos. + 2004-02-08 Kjartan Maraas * mime-edit-dialog.c: (validate_data): Remove extra diff --git a/capplets/file-types/mime-edit-dialog.c b/capplets/file-types/mime-edit-dialog.c index 8457e7e5c..bc096a0a8 100644 --- a/capplets/file-types/mime-edit-dialog.c +++ b/capplets/file-types/mime-edit-dialog.c @@ -714,7 +714,7 @@ mime_edit_dialog_get_app (GladeXML *glade, char const *mime_type, res->name = base_cmd; if (res->name != NULL && *res->name) { - /* Can we use the app name as the id ? + /* Can we use the app name as the id? * We know that there are no apps with the same * command, so if the id is taken we are screwed */ @@ -854,7 +854,7 @@ validate_data (MimeEditDialog *dialog) GTK_WINDOW (dialog->p->dialog_win), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK_CANCEL, - _("A MIME type with that name already exists, overwrite ?")); + _("A MIME type with that name already exists, overwrite?")); } } else { err_dialog = gtk_message_dialog_new (