[eog-plugins] [postasa] Mark column titles as translatable
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] [postasa] Mark column titles as translatable
- Date: Wed, 9 Nov 2011 22:06:48 +0000 (UTC)
commit 7bc7d2a15cb2bc9085d5bd89521db223f333f824
Author: Jiro Matsuzawa <jmatsuzawa src gnome org>
Date: Sun Nov 6 19:15:59 2011 +0900
[postasa] Mark column titles as translatable
https://bugzilla.gnome.org/show_bug.cgi?id=663494
plugins/postasa/postasa-uploads.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/postasa/postasa-uploads.xml b/plugins/postasa/postasa-uploads.xml
index 0c9db90..ca44dc7 100644
--- a/plugins/postasa/postasa-uploads.xml
+++ b/plugins/postasa/postasa-uploads.xml
@@ -59,7 +59,7 @@
<property name="model">uploads_store</property>
<child>
<object class="GtkTreeViewColumn" id="file_col">
- <property name="title">File</property>
+ <property name="title" translatable="yes">File</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererPixbuf" id="thumbnail_cell"/>
@@ -81,7 +81,7 @@
<object class="GtkTreeViewColumn" id="size_col">
<property name="sizing">fixed</property>
<property name="fixed_width">60</property>
- <property name="title">Size</property>
+ <property name="title" translatable="yes">Size</property>
<child>
<object class="GtkCellRendererText" id="size_cell"/>
<attributes>
@@ -93,7 +93,7 @@
<child>
<object class="GtkTreeViewColumn" id="progress_col">
<property name="min_width">160</property>
- <property name="title">Status</property>
+ <property name="title" translatable="yes">Status</property>
<child>
<object class="GtkCellRendererProgress" id="progress_cell"/>
<attributes>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]