diff options
author | Jody Goldberg <jody@gnome.org> | 2004-02-16 17:55:09 +0000 |
---|---|---|
committer | Jody Goldberg <jody@src.gnome.org> | 2004-02-16 17:55:09 +0000 |
commit | 91af082eaffef3f307478e68dd76295fd01a6e3e (patch) | |
tree | ad90e679e3a395e96edf53d9c1d722f34ec29b63 /gnome-settings-daemon | |
parent | 92bc252e78b20ee5cef1db37cb143488ca23df56 (diff) | |
download | gnome-control-center-91af082eaffef3f307478e68dd76295fd01a6e3e.tar.gz |
http://bugzilla.gnome.org/show_bug.cgi?id=134446 removed space
2004-02-16 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=134446
* font-properties.glade : removed space
2004-02-16 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c
(ax_slowkeys_warning_dialog_post) : fix cut-n-paste-o in the message
Diffstat (limited to 'gnome-settings-daemon')
-rw-r--r-- | gnome-settings-daemon/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-settings-daemon/gnome-settings-accessibility-keyboard.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gnome-settings-daemon/ChangeLog b/gnome-settings-daemon/ChangeLog index e85548411..ad3d4554a 100644 --- a/gnome-settings-daemon/ChangeLog +++ b/gnome-settings-daemon/ChangeLog @@ -1,5 +1,10 @@ 2004-02-16 Jody Goldberg <jody@gnome.org> + * gnome-settings-accessibility-keyboard.c + (ax_slowkeys_warning_dialog_post) : fix cut-n-paste-o in the message + +2004-02-16 Jody Goldberg <jody@gnome.org> + * gnome-settings-accessibility-keyboard.c : include libgnome/gnome-help.h to avoid potential crash on 64 bit arches. (ax_response_callback) : actually display the error message on diff --git a/gnome-settings-daemon/gnome-settings-accessibility-keyboard.c b/gnome-settings-daemon/gnome-settings-accessibility-keyboard.c index f440bba81..8bf1d6652 100644 --- a/gnome-settings-daemon/gnome-settings-accessibility-keyboard.c +++ b/gnome-settings-daemon/gnome-settings-accessibility-keyboard.c @@ -411,7 +411,7 @@ ax_slowkeys_warning_dialog_post (gboolean enabled) _("Slow Keys Alert"), _("You just held down the Shift key for 8 seconds. This is the shortcut for the Slow Keys feature, which affects the way your keyboard works."), enabled ? _("Do you want to activate Slow Keys?") : - _("Do you want to deactivate Sticky Keys ?")); + _("Do you want to deactivate Slow Keys?")); } static void @@ -426,7 +426,7 @@ ax_stickykeys_warning_dialog_post (gboolean enabled) enabled ? _("You just pressed the Shift key 5 times in a row. This is the shortcut for the Sticky Keys feature, which affects the way your keyboard works.") : _("You just pressed two keys at once, or pressed the Shift key 5 times in a row. This turns off the Sticky Keys feature, which affects the way your keyboard works."), enabled ? _("Do you want to activate Sticky Keys?") : - _("Do you want to deactivate Sticky Keys ?")); + _("Do you want to deactivate Sticky Keys?")); } static void |