diff options
author | karl-qdh <karl@qdh.org.uk> | 2011-03-23 15:03:46 +0000 |
---|---|---|
committer | karl-qdh <karl@qdh.org.uk> | 2011-03-23 15:03:46 +0000 |
commit | 438f4a55d549ae766be9add0e91bad5776b85130 (patch) | |
tree | 3e3899660087eb1fc0e508a5b0c7f1f61a4854b8 /src/utils.c | |
parent | f436da0a3f8cf7a01ccb0ae062d53e5be6cd5ff8 (diff) | |
parent | 74fe3165a907c7e7948c7a2066188eda2f234b59 (diff) | |
download | ayatana-indicator-datetime-438f4a55d549ae766be9add0e91bad5776b85130.tar.gz ayatana-indicator-datetime-438f4a55d549ae766be9add0e91bad5776b85130.tar.bz2 ayatana-indicator-datetime-438f4a55d549ae766be9add0e91bad5776b85130.zip |
merged back with sniffles branch and added some changes to the resetdate, which also effects the marked days.
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index 7471926..6580f3b 100644 --- a/src/utils.c +++ b/src/utils.c @@ -183,7 +183,7 @@ generate_format_string_full (gboolean show_day, gboolean show_date) /* TRANSLATORS: This is a format string passed to strftime to combine the date and the time. The value of "%s, %s" would result in a string like this in US English 12-hour time: 'Fri Jul 16, 11:50 AM' */ - return g_strdup_printf(T_("%s, %s"), date_string, time_string); + return g_strdup_printf(T_("%s %s"), date_string, time_string); } gchar * |