aboutsummaryrefslogtreecommitdiff
path: root/modules/computer/environment.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/computer/environment.c')
-rw-r--r--modules/computer/environment.c2
1 files changed, 1 insertions, 1 deletions
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]));