summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/simple-greeter/gdm-clock-widget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/simple-greeter/gdm-clock-widget.c b/gui/simple-greeter/gdm-clock-widget.c
index 9008e6da..a382c367 100644
--- a/gui/simple-greeter/gdm-clock-widget.c
+++ b/gui/simple-greeter/gdm-clock-widget.c
@@ -84,14 +84,14 @@ update_time_format (GdmClockWidget *clock)
/* translators: This is the time format to use for the date
*/
- tooltip_format = _("%x");
+ tooltip_format = "%x";
} else {
/* translators: This is the time format to use when there is
* no date, just weekday and time without seconds.
*/
clock_format = _("%a %l:%M %p");
- tooltip_format = _("%x");
+ tooltip_format = "%x";
}
g_free (clock->priv->time_format);