From eb77158796dbf5f3ce395f5b85a2d0f78038fa00 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Sat, 5 Jan 2013 16:18:38 +0100 Subject: Add initial translation support (patch from rodin.s) --- modules/computer/environment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/computer/environment.c') diff --git a/modules/computer/environment.c b/modules/computer/environment.c index 8ef63b2d..2a8d235c 100644 --- a/modules/computer/environment.c +++ b/modules/computer/environment.c @@ -29,7 +29,7 @@ void scan_env_var(gboolean reload) g_free(_env); - _env = g_strdup("[Environment Variables]\n"); + _env = g_strdup(_("[Environment Variables]\n")); for (i = 0, envlist = g_listenv(); envlist[i]; i++) { _env = h_strdup_cprintf("%s=%s\n", _env, envlist[i], g_getenv(envlist[i])); -- cgit v1.2.3