forgot to I18N this.
1999-09-30 Jonathan Blandford <jrb@redhat.com> * capplets/wm-properties/wm-properties-capplet.c (show_restart_info): forgot to I18N this.
This commit is contained in:
parent
ec639169a2
commit
4f68ae2214
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
1999-09-30 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* capplets/wm-properties/wm-properties-capplet.c
|
||||
(show_restart_info): forgot to I18N this.
|
||||
|
||||
* capplets/bell-properties/bell-properties.c (bell_setup): removed
|
||||
some of the most bogus code I've seen in a while.
|
||||
|
||||
|
|
|
@ -518,7 +518,7 @@ show_restart_info (void)
|
|||
"done either selecting \"Save Current Session\" under \"Settings\"\n"
|
||||
"in the main menu, or by turning on \"Save Current Setup\" when\n"
|
||||
"you log out.\n"),
|
||||
GNOME_MESSAGE_BOX_INFO, "Save Session Later", "Save Session Now", NULL);
|
||||
GNOME_MESSAGE_BOX_INFO, _("Save Session Later"), _("Save Session Now"), NULL);
|
||||
} else {
|
||||
dialog = gnome_message_box_new (
|
||||
_("Your current window manager has been changed. In order for\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue