[gnome-builder] Unmark "CTAGS" for translation



commit 43e2e4ceef5c1cf54e602b3d37b65e422ddf84cc
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Sep 28 18:17:59 2015 +0200

    Unmark "CTAGS" for translation
    
    It's a proper name that doesn't require translation, similarly to "Clang".
    And while I'm at it, use the official capitalization.

 plugins/ctags/ide-ctags-completion-provider.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/ctags/ide-ctags-completion-provider.c b/plugins/ctags/ide-ctags-completion-provider.c
index 315c55c..b3b9c08 100644
--- a/plugins/ctags/ide-ctags-completion-provider.c
+++ b/plugins/ctags/ide-ctags-completion-provider.c
@@ -143,7 +143,7 @@ ide_ctags_completion_provider_init (IdeCtagsCompletionProvider *self)
 static gchar *
 ide_ctags_completion_provider_get_name (GtkSourceCompletionProvider *provider)
 {
-  return g_strdup (_("CTAGS"));
+  return g_strdup ("Ctags");
 }
 
 static const gchar * const *


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