From 2f554e27f20e1b9ffe5f0aecbed69c2ac0db9701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 7 Feb 2015 00:22:47 +0100 Subject: [PATCH] telepathyClient: Fix a translator comment Ouch, classy - we are telling translators to use a '24h' time format for the '12h' time format string. Luckily, only a handful of translations actually followed the comment (de,hu,id,is,kk,nb,nl), and most of the corresponding locales do not support 12-hour format anyway (only is_IS, at least on Fedora). --- js/ui/components/telepathyClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js index fc535ebde..f6df90578 100644 --- a/js/ui/components/telepathyClient.js +++ b/js/ui/components/telepathyClient.js @@ -984,7 +984,7 @@ const ChatNotification = new Lang.Class({ } else { // Show only the time if date is on today if(daysAgo < 1){ - /* Translators: Time in 24h format */ + /* Translators: Time in 12h format */ format = N_("%l\u2236%M %p"); } // Show the word "Yesterday" and time if date is on yesterday