summaryrefslogtreecommitdiff
path: root/panels
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-11-13 07:27:59 +0100
committerBastien Nocera <hadess@hadess.net>2012-11-13 07:27:59 +0100
commitcae3bc20a491b6d5d7f37ae177ad49d5ced9e534 (patch)
tree613ee44d78339e67632f3108aa37571e9c358667 /panels
parent527945b29e25e9db8f9196df12ef914c6e24f852 (diff)
downloadgnome-control-center-cae3bc20a491b6d5d7f37ae177ad49d5ced9e534.tar.gz
info: "Don't translate it"
Then don't mark it for translation. Duh.
Diffstat (limited to 'panels')
-rw-r--r--panels/info/cc-info-panel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 3f2c40600..f50781b39 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -412,8 +412,7 @@ get_graphics_data_xorg_vesa_hardware (void)
tmp = g_match_info_fetch (match, 1);
pretty_tmp = prettify_info (tmp);
g_free (tmp);
- /* Translators: VESA is an techncial acronym, don't translate it. */
- result = g_strdup_printf (_("VESA: %s"), pretty_tmp);
+ result = g_strdup_printf ("VESA: %s", pretty_tmp);
g_free (pretty_tmp);
}
g_match_info_free (match);