[Xfce4-commits] [apps/xfce4-screensaver] 02/02: Restore previous datetime format
noreply at xfce.org
noreply at xfce.org
Tue Nov 20 02:28:47 CET 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit a3097d9f4b968193e12d39130e395aaee0f7d504
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Nov 19 20:28:33 2018 -0500
Restore previous datetime format
---
src/gs-lock-plug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gs-lock-plug.c b/src/gs-lock-plug.c
index a751e73..011495f 100644
--- a/src/gs-lock-plug.c
+++ b/src/gs-lock-plug.c
@@ -266,7 +266,7 @@ date_time_update (GSLockPlug *plug) {
datetime = g_date_time_new_now_local ();
/* TRANSLATORS: adjust this accordingly for your locale format */
datetime_format = g_date_time_format (datetime, NC_("Date",
- "%A %d %B %Y %H:%M"));
+ "%A, %B %e %H:%M"));
str = g_strdup_printf ("<b>%s</b>", datetime_format);
gtk_label_set_markup (GTK_LABEL (plug->priv->auth_datetime_label), str);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list