Add translator comment

svn path=/trunk/; revision=20950
This commit is contained in:
Matthias Clasen 2008-08-03 19:25:00 +00:00
parent 018ec65027
commit ca66090cd5
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2008-08-03 Matthias Clasen <mclasen@redhat.com>
Bug 546128 Weirz string
* gtk/gtksettings.c: Add a translator hint.
Requested by Ignacio Casal Quinteiro
2008-08-02 Tor Lillqvist <tml@novell.com>
Bug 538686 - gtkprintoperation-win32.c: devmode_from_settings

View File

@ -912,6 +912,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_("Whether to play event sounds as feedback to user input"),
TRUE,