[gnome-logs] Fix comments on 12/24 clocks
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] Fix comments on 12/24 clocks
- Date: Wed, 30 Oct 2013 18:01:55 +0000 (UTC)
commit b6cc789949e8e63f2b498283589e57e3d4996bd6
Author: Piotr Drąg <piotrdrag gmail com>
Date: Wed Oct 30 19:00:52 2013 +0100
Fix comments on 12/24 clocks
src/gl-util.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gl-util.c b/src/gl-util.c
index 4f270d2..072eb41 100644
--- a/src/gl-util.c
+++ b/src/gl-util.c
@@ -97,13 +97,13 @@ gl_util_timestamp_to_display (guint64 microsecs,
case GL_UTIL_TIMESTAMPS_SAME_YEAR:
/* Translators: timestamp format for events in the current
* year, showing the abbreviated month name, day of the
- * month and the time in 24-hour format. */
+ * month and the time in 12-hour format. */
time = g_date_time_format (local, _("%b %e %l:%M %p"));
break;
case GL_UTIL_TIMESTAMPS_DIFFERENT_YEAR:
/* Translators: timestamp format for events in a different
* year, showing the abbreviated month name, day of the
- * month, year and the time in 24-hour format. */
+ * month, year and the time in 12-hour format. */
time = g_date_time_format (local, _("%b %e %Y %l:%M %p"));
break;
default:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]