[Xfce4-commits] [apps/xfdashboard] 01/02: Fix translatable string
noreply at xfce.org
noreply at xfce.org
Fri Nov 24 07:13:24 CET 2017
This is an automated email from the git hooks/post-receive script.
n o m a d 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/xfdashboard.
commit 880c74ae8a8a6f11731f30e8daa77eeadd5a2720
Author: Stephan Haller <nomad at froevel.de>
Date: Fri Nov 24 07:10:10 2017 +0100
Fix translatable string
Fixes issue GH #163
---
plugins/clock-view/plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/clock-view/plugin.c b/plugins/clock-view/plugin.c
index 541a34c..11bafe9 100644
--- a/plugins/clock-view/plugin.c
+++ b/plugins/clock-view/plugin.c
@@ -310,7 +310,7 @@ G_MODULE_EXPORT void plugin_init(XfdashboardPlugin *self)
xfdashboard_plugin_set_info(self,
"flags", XFDASHBOARD_PLUGIN_FLAG_EARLY_INITIALIZATION,
"name", _("Clock"),
- "description", _("Adds new a view showing a clock"),
+ "description", _("Adds a new view showing a clock"),
"author", "Stephan Haller <nomad at froevel.de>",
NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list