[Xfce4-commits] [xfce/xfce4-panel] 01/01: clock: Add short weekday to default clock string
noreply at xfce.org
noreply at xfce.org
Fri Jul 26 10:24:51 CEST 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 2a8a480da873e673837bee90241a8c01d1d51ed3
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Jul 26 10:24:32 2019 +0200
clock: Add short weekday to default clock string
---
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 4bf352b..1e237bc 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", "%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