[libpeas] Bug 686606 - Add a few translator comments



commit 64eeb3cc3e4d08453e53f50b7e2d572d43145ab5
Author: Garrett Regier <garrettregier gmail com>
Date:   Thu Nov 28 07:39:17 2013 -0800

    Bug 686606 - Add a few translator comments

 data/glade/libpeas-gtk.xml.in |    1 +
 peas-demo/peas-demo.c         |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/glade/libpeas-gtk.xml.in b/data/glade/libpeas-gtk.xml.in
index 9ddc145..515bf38 100644
--- a/data/glade/libpeas-gtk.xml.in
+++ b/data/glade/libpeas-gtk.xml.in
@@ -3,6 +3,7 @@
   <glade-widget-classes>
     <glade-widget-class name="PeasGtkPluginManager" _title="Plugin Manager" generic-name="pluginmanager">
       <properties>
+        <!-- Translators: What PeasGtkPluginManagerView to use -->
         <property id="view" _name="View" create-type="PeasGtkPluginManagerView" query="False" />
 
         <!-- Disable GtkBox properties that should never be modified -->
diff --git a/peas-demo/peas-demo.c b/peas-demo/peas-demo.c
index d01031d..22fb41e 100644
--- a/peas-demo/peas-demo.c
+++ b/peas-demo/peas-demo.c
@@ -37,6 +37,7 @@ static int n_windows;
 
 static GOptionEntry demo_args[] = {
   { "run-from-build-dir", 'b', 0, G_OPTION_ARG_NONE, &run_from_build_dir,
+    /* Translators: The directory in which the demo program was compiled at */
     N_("Run from build directory"), NULL },
   { NULL }
 };


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