Improve a string

svn path=/trunk/; revision=20995
This commit is contained in:
Matthias Clasen 2008-08-04 23:36:17 +00:00
parent d6ab77ea70
commit 785b5f1b3f
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
2008-08-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksettings.c: Improve a setting nick: 'aureal' is not really
a word, use 'audible' instead.
2008-08-04 Matthias Clasen <mclasen@redhat.com>
Bug 382291 Automatically dim the combobox when the model is empty
* gtk/gtk.symbols:
* gtkcombobox.[hc]: Add a GtkComboBox::button-sensitivity
property with getter and setter to control the sensitity of
empty combo boxes. Patch by Carlos Garnacho, Sven Herzberg,
Christian Dywan and others.
* README.in: Add a note about automatic combobox sensitivity.
2008-08-04 Matthias Clasen <mclasen@redhat.com>
* gtk/tests/Makefile.am: Skip crossingevents test when

View File

@ -913,7 +913,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
result = settings_install_property_parser (class,
g_param_spec_boolean ("gtk-enable-input-feedback-sounds",
/* Translators: this means sounds that are played as feedback to user input */
P_("Aureal Input Feedback"),
P_("Audible Input Feedback"),
P_("Whether to play event sounds as feedback to user input"),
TRUE,
GTK_PARAM_READWRITE),