Allow i18n of error msg.

This commit is contained in:
Pavel Machek 2000-04-18 08:55:59 +00:00
parent b92b01d225
commit b9469e1e0f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-04-18 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* gcmd.c (gnome_open_terminal_with_cmd): Allow translating of
error message.
2000-04-04 Jacob and Miguee, The Debugging Machines <debugging_machines@helixcode.com>
* gdesktop.c (click_proxy_button_press): Federico should make sure

View File

@ -82,7 +82,7 @@ gnome_open_terminal_with_cmd (const char *command)
g_free (p);
} else
message (1, MSG_ERROR, " Could not start a terminal ");
message (1, MSG_ERROR, _(" Could not start a terminal "));
}
void