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:
parent
854bba1f07
commit
60a80d18bd
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* service-edit-dialog.c (populate_app_list): Set custom program
|
||||
|
|
|
@ -667,7 +667,7 @@ validate_data (MimeEditDialog *dialog)
|
|||
if (tmp != NULL && *tmp != '\0') {
|
||||
if (strchr (tmp, ' ') || !strchr (tmp, '/')) {
|
||||
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."),
|
||||
GTK_WINDOW (dialog->p->dialog_win));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue