From 023815361486c0b5696d91326366d62e1828b025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Aug 2016 04:55:15 +0200 Subject: Imported Upstream version 0.23.6 --- src/Resources.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Resources.vala') diff --git a/src/Resources.vala b/src/Resources.vala index acc933c..cceb82b 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -770,13 +770,13 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., /// Locale-specific time format for 12-hour time, i.e. 8:31 PM /// Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes /// See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format - HH_MM_FORMAT_STRING = _("%-I:%M %p"); + HH_MM_FORMAT_STRING = "%X"; /// Locale-specific time format for 12-hour time with seconds, i.e. 8:31:42 PM /// Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes /// See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format - HH_MM_SS_FORMAT_STRING = _("%-I:%M:%S %p"); - + HH_MM_SS_FORMAT_STRING = Posix.nl_langinfo (Posix.NLItem.T_FMT); + /// Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" /// See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format LONG_DATE_FORMAT_STRING = _("%a %b %d, %Y"); -- cgit v1.2.3