[gnome-builder] Remove translation markers from properties in gbp-build-log-panel.c



commit 1380218eb5ba4e93947964bd606107f68ea98794
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Dec 22 17:38:39 2015 +0100

    Remove translation markers from properties in gbp-build-log-panel.c

 plugins/build-tools/gbp-build-log-panel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/build-tools/gbp-build-log-panel.c b/plugins/build-tools/gbp-build-log-panel.c
index e873b42..6639a48 100644
--- a/plugins/build-tools/gbp-build-log-panel.c
+++ b/plugins/build-tools/gbp-build-log-panel.c
@@ -198,8 +198,8 @@ gbp_build_log_panel_class_init (GbpBuildLogPanelClass *klass)
 
   properties [PROP_RESULT] =
     g_param_spec_object ("result",
-                         _("Result"),
-                         _("Result"),
+                         "Result",
+                         "Result",
                          IDE_TYPE_BUILD_RESULT,
                          (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 


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