[gdm] Don't mark "%x" for translation
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] Don't mark "%x" for translation
- Date: Thu, 1 Apr 2010 01:13:51 +0000 (UTC)
commit 0a5c6a18b54bba0a56cb81f447dfe37d1c78c03d
Author: Ray Strode <rstrode redhat com>
Date: Wed Mar 31 21:13:15 2010 -0400
Don't mark "%x" for translation
bug 613306
gui/simple-greeter/gdm-clock-widget.c | 4 ++--
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 9008e6d..a382c36 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]