summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-10-19 03:43:02 +0000
committerjstebbins <[email protected]>2008-10-19 03:43:02 +0000
commitf4cea96e9c8c28e26becdd345885f61a9d8df766 (patch)
treef9af0560fa2b2a13639bf2a0631149cc01888e31
parentb952ba515395d9d4589acea601d428c3a04a351d (diff)
LinGui: change chapter start "to" end --> start "thru" end
hehe git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1848 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--gtk/src/ghb.ui2
-rw-r--r--gtk/src/resource_data.h2
-rw-r--r--gtk/src/resources.plist2
3 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index ba66bcb13..0f8baf833 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -590,7 +590,7 @@
<child>
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
- <property name="label" translatable="yes">to</property>
+ <property name="label" translatable="yes"> thru </property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/gtk/src/resource_data.h b/gtk/src/resource_data.h
index c6f06f6f9..5d1e40669 100644
--- a/gtk/src/resource_data.h
+++ b/gtk/src/resource_data.h
@@ -888,7 +888,7 @@
" &lt;property name=&quot;vis"
"ible&quot;&gt;True&lt;/property&gt;\n"
" &lt;property name=&quot;lab"
-"el&quot; translatable=&quot;yes&quot;&gt;to&lt;/property&gt;\n"
+"el&quot; translatable=&quot;yes&quot;&gt; thru &lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;packing&gt;\n"
" &lt;property name=&quot;exp"
diff --git a/gtk/src/resources.plist b/gtk/src/resources.plist
index dccb730d1..81c30e130 100644
--- a/gtk/src/resources.plist
+++ b/gtk/src/resources.plist
@@ -595,7 +595,7 @@
&lt;child&gt;
&lt;object class=&quot;GtkLabel&quot; id=&quot;label5&quot;&gt;
&lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
- &lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;to&lt;/property&gt;
+ &lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt; thru &lt;/property&gt;
&lt;/object&gt;
&lt;packing&gt;
&lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;