[epiphany] time-helpers: Fix time format



commit beb624cf088a8282333bf0569b2d7d4d4f2f18ff
Author: Michael Catanzaro <mcatanzaro posteo net>
Date:   Mon Dec 17 23:51:23 2018 +0000

    time-helpers: Fix time format
    
    Regression from d4ccb1032714f0cfc1434f4b4fd0f2472e213e1f, thanks to Piotr for noticing.

 lib/ephy-time-helpers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/ephy-time-helpers.c b/lib/ephy-time-helpers.c
index 3946112c2..d3bb85f9f 100644
--- a/lib/ephy-time-helpers.c
+++ b/lib/ephy-time-helpers.c
@@ -257,7 +257,7 @@ ephy_time_helpers_utf_friendly_time (time_t date)
         /* Translators: "friendly time" string for the previous day,
          * strftime format. e.g. "Yesterday 15∶34"
          */
-        format = _("Yesterday %H∶%M %p");
+        format = _("Yesterday %H∶%M");
       }
       done = TRUE;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]