mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Add translator comment
svn path=/trunk/; revision=20950
This commit is contained in:
parent
018ec65027
commit
ca66090cd5
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user