[Xfce4-commits] [xfce/xfce4-panel] 03/03: clock: Drop leading zeros for days in default layout
noreply at xfce.org
noreply at xfce.org
Sat Nov 9 23:23:28 CET 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i 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 xfce/xfce4-panel.
commit 1afb65374f9cb81f613b40fc96bc414c3470f709
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Nov 9 23:21:05 2019 +0100
clock: Drop leading zeros for days in default layout
---
plugins/clock/clock-digital.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/clock/clock-digital.h b/plugins/clock/clock-digital.h
index 1e237bc..77fdc26 100644
--- a/plugins/clock/clock-digital.h
+++ b/plugins/clock/clock-digital.h
@@ -22,7 +22,7 @@
G_BEGIN_DECLS
/* TRANSLATORS: adjust this accordingly for your locale format */
-#define DEFAULT_DIGITAL_FORMAT NC_("Time", "%a %d %b, %R")
+#define DEFAULT_DIGITAL_FORMAT NC_("Time", "%a %_d %b, %R")
typedef struct _XfceClockDigitalClass XfceClockDigitalClass;
typedef struct _XfceClockDigital XfceClockDigital;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list