Patch from Fabrice.Bellet@imag.fr for i18n and portability.
1999-07-14 Jonathan Blandford <jrb@redhat.com> * capplets/mime-type/edit-window.c (initialize_main_win_vals): Patch from Fabrice.Bellet@imag.fr for i18n and portability. 1999-07-08 <jrb@redhat.com> * mouse-properties.c (mouse_apply): Added patch by Tom Tromey <tromey@cygnus.com> to handle left-handed wheeled mice. Fixed Authors file, too.
This commit is contained in:
parent
f32db6dfd3
commit
974b80ac5d
4 changed files with 9 additions and 3 deletions
|
@ -235,7 +235,7 @@ initialize_main_win_vals (void)
|
|||
|
||||
gtk_widget_show_all (GNOME_DIALOG (main_win->window)->vbox);
|
||||
/* we initialize everything */
|
||||
title = g_strconcat ("Set actions for ", mi->mime_type, NULL);
|
||||
title = g_strconcat (_("Set actions for "), mi->mime_type, NULL);
|
||||
gtk_window_set_title (GTK_WINDOW (main_win->window), title);
|
||||
g_free (title);
|
||||
if (mi->ext[0]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue