summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-calendar-button.c
diff options
context:
space:
mode:
Diffstat (limited to 'tp-account-widgets/tpaw-calendar-button.c')
-rw-r--r--tp-account-widgets/tpaw-calendar-button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-calendar-button.c b/tp-account-widgets/tpaw-calendar-button.c
index 07a7085f..e9c73566 100644
--- a/tp-account-widgets/tpaw-calendar-button.c
+++ b/tp-account-widgets/tpaw-calendar-button.c
@@ -60,7 +60,7 @@ update_label (TpawCalendarButton *self)
if (self->priv->date == NULL)
{
gtk_button_set_label (GTK_BUTTON (self->priv->button_date),
- _("Select..."));
+ _("Select…"));
}
else
{