From e6fc3f6170fd9cd69bc749e41ca445a6d12fb4fa Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 18 Oct 2010 00:39:02 +0000 Subject: [PATCH] that actually can be a bit longer due to i's and l's... :) SVN revision: 53551 --- src/bin/e_int_config_modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_modules.c b/src/bin/e_int_config_modules.c index b38decf50..fa23fbcea 100644 --- a/src/bin/e_int_config_modules.c +++ b/src/bin/e_int_config_modules.c @@ -49,7 +49,7 @@ static const CFTypes _types[] = { #define _CFT(k, n, i) \ {sizeof(k) - 1, k, n, i} - _CFT("utils", N_("Utils"), "preferences-utils"), + _CFT("utils", N_("Utilities"), "preferences-utils"), _CFT("look", N_("Look"), "preferences-look"), _CFT("system", N_("System"), "system"), _CFT("config", N_("Settings"), "preferences-system"),