[gnote] Modify 'Last Changed' column timestamp format to %l:%M %P



commit a8cb714706e0177b2d732d017179513cfc3aaa2c
Author: Sindhu S <sindhus live in>
Date:   Thu Jul 11 14:11:53 2013 +0530

    Modify 'Last Changed' column timestamp format to %l:%M %P

 src/utils.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/utils.cpp b/src/utils.cpp
index b31d1fc..df52a15 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -201,7 +201,7 @@ namespace gnote {
       sharp::DateTime now = sharp::DateTime::now();
       std::string short_time = use_12h
         /* TRANSLATORS: time in 12h format. */
-        ? date.to_string("%I:%M %p")
+        ? date.to_string("%l:%M %P")
         /* TRANSLATORS: time in 24h format. */
         : date.to_string("%H:%M");
 


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