2006-01-26  Rodrigo Moya <rodrigownovell.com>

	Fixes #328748

	* gnome-keyboard-properties.c (blink_to_widget): remove space
	before punctuation.
This commit is contained in:
Rodrigo Moya 2006-01-26 18:27:49 +00:00 committed by Rodrigo Moya
parent a29d713ce8
commit a50c3cb789
2 changed files with 8 additions and 1 deletions

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 tool : %s"),
_("There was an error launching the keyboard tool: %s"),
err);
}