another i18n

This commit is contained in:
Jonathan Blandford 1999-09-30 19:36:36 +00:00
parent 4f68ae2214
commit 2475b439d1

View file

@ -493,7 +493,7 @@ restart_failure (WMResult reason)
if (msg) {
msgbox = gnome_message_box_new (msg,
GNOME_MESSAGE_BOX_ERROR,
"OK", NULL);
_("OK"), NULL);
if (modal)
gnome_dialog_run (GNOME_DIALOG (msgbox));
else