Mark string for translation. Patch from Hidetoshi Tajima. Fixes bug

2003-04-30  Kjartan Maraas  <set EMAIL_ADDRESS environment variable>

	* gnome-keybinding-properties.c: (make_key_theme_menu_item): Mark
	string for translation. Patch from Hidetoshi Tajima.
	Fixes bug #106560.
This commit is contained in:
Kjartan Maraas 2003-04-29 22:37:40 +00:00 committed by Kjartan Maraas
parent b86989525e
commit f742128d26
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2003-04-30 Kjartan Maraas <set EMAIL_ADDRESS environment variable>
* gnome-keybinding-properties.c: (make_key_theme_menu_item): Mark
string for translation. Patch from Hidetoshi Tajima.
Fixes bug #106560.
Tue Feb 4 17:09:18 2003 Jonathan Blandford <jrb@redhat.com>
* Release 2.2.0.1

View file

@ -169,7 +169,7 @@ make_key_theme_menu_item (const gchar *key_theme)
if (!strcmp (key_theme, "Default"))
{
retval = gtk_menu_item_new_with_label ("GNOME Default");
retval = gtk_menu_item_new_with_label (_("GNOME Default"));
g_object_set_data_full (G_OBJECT (retval), LABEL_DATA, g_strdup ("Default"), g_free);
}
else