mirror of https://github.com/MidnightCommander/mc
Allow i18n of error msg.
This commit is contained in:
parent
b92b01d225
commit
b9469e1e0f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue