2006-01-22  Rodrigo Moya <rodrigo@novell.com>

	Fixes #168790

	* gnome-keyboard-properties.c (accessibility_button_clicked): dont
	use "capplet" in user-visible strings.
This commit is contained in:
Rodrigo Moya 2006-01-22 15:37:49 +00:00 committed by Rodrigo Moya
parent 981dab8ef5
commit af467b99b6
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2006-01-22 Rodrigo Moya <rodrigo@novell.com>
Fixes #168790
* gnome-keyboard-properties.c (accessibility_button_clicked): dont
use "capplet" in user-visible strings.
2006-01-09 Sergey Udaltsov <svu@gnome.org>
Fixes bug #326275

View file

@ -106,7 +106,7 @@ accessibility_button_clicked (GtkWidget *widget,
GError *err = NULL;
if (!g_spawn_command_line_async ("gnome-accessibility-keyboard-properties", &err))
capplet_error_dialog (GTK_WINDOW (gtk_widget_get_toplevel (widget)),
_("There was an error launching the keyboard capplet : %s"),
_("There was an error launching the keyboard tool : %s"),
err);
}