[geary: 1/8] util-date: use actual locale-default format for LOCALE_DEFAULT
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary: 1/8] util-date: use actual locale-default format for LOCALE_DEFAULT
- Date: Sat, 23 Mar 2019 03:28:01 +0000 (UTC)
commit f7e2a78325407bcc68de7a12537a44097c2e277a
Author: Konstantin Kharlamov <Hi-Angel yandex ru>
Date: Fri Mar 1 00:16:21 2019 +0300
util-date: use actual locale-default format for LOCALE_DEFAULT
Signed-off-by: Konstantin Kharlamov <Hi-Angel yandex ru>
src/client/util/util-date.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/util/util-date.vala b/src/client/util/util-date.vala
index 58239734..d419f6b9 100644
--- a/src/client/util/util-date.vala
+++ b/src/client/util/util-date.vala
@@ -71,7 +71,7 @@ public void init() {
xlat_pretty_dates[ClockFormat.TWENTY_FOUR_HOURS] = _("%H:%M");
/// Datetime format for the locale default, i.e. 8:31 am or 16:35,
/// See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
- xlat_pretty_dates[ClockFormat.LOCALE_DEFAULT] = C_("Default clock format", "%l:%M %P");
+ xlat_pretty_dates[ClockFormat.LOCALE_DEFAULT] = C_("Default clock format", "%X");
/// Date format for dates within the current year, i.e. Nov 8
/// See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]