[beryl-commits] r1502 - trunk/beryl-plugins/src
reggaemanu at server.beryl-project.org
reggaemanu at server.beryl-project.org
Sat Dec 2 23:35:43 CET 2006
Author: reggaemanu
Date: 2006-12-02 23:35:41 +0100 (Sat, 02 Dec 2006)
New Revision: 1502
Modified:
trunk/beryl-plugins/src/group.c
Log:
plugins: make group plugin descriptions translatable
Modified: trunk/beryl-plugins/src/group.c
===================================================================
--- trunk/beryl-plugins/src/group.c 2006-12-02 21:26:14 UTC (rev 1501)
+++ trunk/beryl-plugins/src/group.c 2006-12-02 22:35:41 UTC (rev 1502)
@@ -2122,8 +2122,8 @@
*/
CompPluginVTable groupVTable = {
"group",
- "Window Grouper",
- "With this plugin you can group windows.",
+ N_("Window Grouper"),
+ N_("With this plugin you can group windows."),
groupInit,
groupFini,
groupInitDisplay,
More information about the commits
mailing list