Fixed a i18n glitch (missing space between two words)

2002-01-28  Duarte Loreto <happyguy_pt@hotmail.com>

        * mime-edit-dialog.c: Fixed a i18n glitch (missing space between two words)
This commit is contained in:
Duarte Loreto 2002-01-28 23:20:10 +00:00 committed by Duarte Loreto
parent 854bba1f07
commit 60a80d18bd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-01-28 Duarte Loreto <happyguy_pt@hotmail.com>
* mime-edit-dialog.c: Fixed a i18n glitch (missing space between two words)
2002-01-28 Bradford Hovinen <hovinen@ximian.com> 2002-01-28 Bradford Hovinen <hovinen@ximian.com>
* service-edit-dialog.c (populate_app_list): Set custom program * service-edit-dialog.c (populate_app_list): Set custom program

View file

@ -667,7 +667,7 @@ validate_data (MimeEditDialog *dialog)
if (tmp != NULL && *tmp != '\0') { if (tmp != NULL && *tmp != '\0') {
if (strchr (tmp, ' ') || !strchr (tmp, '/')) { if (strchr (tmp, ' ') || !strchr (tmp, '/')) {
err_dialog = gnome_error_dialog_parented err_dialog = gnome_error_dialog_parented
(_("Invalid MIME type. Please enter a valid MIME type, or" (_("Invalid MIME type. Please enter a valid MIME type, or "
"leave the field blank to have one generated for you."), "leave the field blank to have one generated for you."),
GTK_WINDOW (dialog->p->dialog_win)); GTK_WINDOW (dialog->p->dialog_win));