[gitg] Unmark placeholder string from translation



commit 45879456bead6f0fdc70ebec8b56cc9e857ef95a
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Jun 5 19:40:08 2016 +0200

    Unmark placeholder string from translation

 plugins/files/resources/view-files.ui |    2 +-
 po/POTFILES.in                        |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/files/resources/view-files.ui b/plugins/files/resources/view-files.ui
index c0e05f0..39d76fd 100644
--- a/plugins/files/resources/view-files.ui
+++ b/plugins/files/resources/view-files.ui
@@ -24,7 +24,7 @@
             <child>
               <object class="GtkTreeViewColumn" id="tree_view_column_file">
                 <property name="sizing">autosize</property>
-                <property name="title" translatable="yes">column</property>
+                <property name="title">column</property>
                 <child>
                   <object class="GtkCellRendererPixbuf" id="cell_renderer_icon"/>
                   <attributes>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 95fbb20..46077b0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -64,4 +64,3 @@ plugins/files/gitg-files.vala
 [type: gettext/glade]libgitg/resources/ui/gitg-diff-view-options-spacing.ui
 [type: gettext/glade]libgitg/resources/ui/gitg-diff-view-options.ui
 [type: gettext/glade]libgitg/resources/ui/gitg-repository-list-box-row.ui
-[type: gettext/glade]plugins/files/resources/view-files.ui


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