From d63947aec4012bd354f5d3d707c889a30a63b88f Mon Sep 17 00:00:00 2001 From: David Gumberg Date: Fri, 22 Mar 2013 21:15:20 -0700 Subject: [PATCH] Silly typo in calendar.js https://bugzilla.gnome.org/show_bug.cgi?id=696436 --- js/ui/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/calendar.js b/js/ui/calendar.js index c01cb1fc3..ed10f60f9 100644 --- a/js/ui/calendar.js +++ b/js/ui/calendar.js @@ -71,7 +71,7 @@ function _formatEventTime(event, clockFormat) { default: /* explicit fall-through */ case '12h': - /* Transators: Shown in calendar event list, if 12h format, + /* Translators: Shown in calendar event list, if 12h format, \u2236 is a ratio character, similar to : and \u2009 is a thin space */ ret = event.date.toLocaleFormat(C_("event list time", "%l\u2236%M\u2009%p"));