[gnome-control-center] info: "Don't translate it"



commit cae3bc20a491b6d5d7f37ae177ad49d5ced9e534
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 13 07:27:59 2012 +0100

    info: "Don't translate it"
    
    Then don't mark it for translation. Duh.

 panels/info/cc-info-panel.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 3f2c406..f50781b 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]