aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-dateedit.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-04-23 09:23:42 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-04-23 09:23:42 +0800
commit592375b3a00eb559bbf4011bd2b26decc905b22f (patch)
treef391a05af5feff9f5687ad8fc0672b2585104c5b /widgets/misc/e-dateedit.c
parent8fcf9d9a08811dca39f36d2ede433a2c958a1f36 (diff)
downloadgsoc2013-evolution-592375b3a00eb559bbf4011bd2b26decc905b22f.tar
gsoc2013-evolution-592375b3a00eb559bbf4011bd2b26decc905b22f.tar.gz
gsoc2013-evolution-592375b3a00eb559bbf4011bd2b26decc905b22f.tar.bz2
gsoc2013-evolution-592375b3a00eb559bbf4011bd2b26decc905b22f.tar.lz
gsoc2013-evolution-592375b3a00eb559bbf4011bd2b26decc905b22f.tar.xz
gsoc2013-evolution-592375b3a00eb559bbf4011bd2b26decc905b22f.tar.zst
gsoc2013-evolution-592375b3a00eb559bbf4011bd2b26decc905b22f.zip
** Fixes bug #529641
2008-04-22 Matthew Barnes <mbarnes@redhat.com> ** 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
Diffstat (limited to 'widgets/misc/e-dateedit.c')
-rw-r--r--widgets/misc/e-dateedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-dateedit.c b/widgets/misc/e-dateedit.c
index 1a49bf2bfa..d7ac43adcf 100644
--- a/widgets/misc/e-dateedit.c
+++ b/widgets/misc/e-dateedit.c
@@ -406,7 +406,7 @@ create_children (EDateEdit *dedit)
gtk_widget_set_name (priv->time_combo, "e-dateedit-timecombo");
rebuild_time_popup (dedit);
a11y = gtk_widget_get_accessible (priv->time_combo);
- atk_object_set_description (a11y, _("Combo box to select time"));
+ atk_object_set_description (a11y, _("Drop-down combination box to select time"));
atk_object_set_name (a11y, _("Time"));
g_signal_connect (GTK_BIN (priv->time_combo)->child,