diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/calendar-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/calendar-setup.c b/calendar/gui/dialogs/calendar-setup.c index 26461060c4..ffc3757fb2 100644 --- a/calendar/gui/dialogs/calendar-setup.c +++ b/calendar/gui/dialogs/calendar-setup.c @@ -343,7 +343,7 @@ eccp_get_source_color (EConfig *ec, EConfigItem *item, struct _GtkWidget *parent g_warning ("Unknown color \"%s\" in calendar \"%s\"", color_spec, e_source_peek_name (sdialog->source)); - label = gtk_label_new_with_mnemonic (_("C_olor:")); + label = gtk_label_new_with_mnemonic (_("Colo_r:")); gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5); gtk_table_attach ( GTK_TABLE (parent), label, |