[Xfce4-commits] <parole:master> Duration and position labels shouldn't be marked translatable
Simon Steinbeiss
noreply at xfce.org
Tue Jul 24 00:18:01 CEST 2012
Updating branch refs/heads/master
to d20b61c416165c12188463ea617155f78145bcc4 (commit)
from 35292ffc7ca40652589e0f0577e42539447c5e36 (commit)
commit d20b61c416165c12188463ea617155f78145bcc4
Author: Simon Steinbeiss <ochosi at xfce.org>
Date: Tue Jul 24 00:17:10 2012 +0200
Duration and position labels shouldn't be marked translatable
data/interfaces/parole.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/interfaces/parole.ui b/data/interfaces/parole.ui
index 78df4f8..ae4a7fa 100644
--- a/data/interfaces/parole.ui
+++ b/data/interfaces/parole.ui
@@ -762,7 +762,7 @@
<object class="GtkLabel" id="label_elapsed">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">0:00</property>
+ <property name="label">0:00</property>
</object>
<packing>
<property name="expand">False</property>
@@ -792,7 +792,7 @@
<object class="GtkLabel" id="label_duration">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">0:00</property>
+ <property name="label">0:00</property>
</object>
<packing>
<property name="expand">False</property>
More information about the Xfce4-commits
mailing list