From 592375b3a00eb559bbf4011bd2b26decc905b22f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 23 Apr 2008 01:23:42 +0000 Subject: ** Fixes bug #529641 2008-04-22 Matthew Barnes ** Fixes bug #529641 * widgets/e-timezone-dialog/e-timezone-dialog.glade: * widgets/e-dateedit.c (create_children): * widgets/e-map.c (e_map_new): Prefer the term "drop-down combination box" to "combo box" per the GNOME Documentation Style Guide. svn path=/trunk/; revision=35402 --- widgets/misc/e-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/e-map.c') diff --git a/widgets/misc/e-map.c b/widgets/misc/e-map.c index 758d4f960c..44051101c4 100644 --- a/widgets/misc/e-map.c +++ b/widgets/misc/e-map.c @@ -625,7 +625,7 @@ e_map_new (void) a11y = gtk_widget_get_accessible (widget); atk_object_set_name (a11y, _("World Map")); atk_object_set_role (a11y, ATK_ROLE_IMAGE); - atk_object_set_description (a11y, _("Mouse-based interactive map widget for selecting timezone. Keyboard users should select the timezone from the below combo box instead.")); + atk_object_set_description (a11y, _("Mouse-based interactive map widget for selecting timezone. Keyboard users should instead select the timezone from the drop-down combination box below.")); return (E_MAP (widget)); } -- cgit v1.2.3