~ubuntu-branches/ubuntu/trusty/pitivi/trusty

« back to all changes in this revision

Viewing changes to pitivi/ui/encodingdialog.glade

* New upstream pre-release:
  + debian/control:
    - Update dependencies.
* debian/control:
  + Update Standards-Version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  <widget class="GtkDialog" id="encodingdialog">
11
11
    <property name="visible">True</property>
12
12
    <property name="border_width">5</property>
13
 
    <property name="title">Render project</property>
 
13
    <property name="title" translatable="yes">Render project</property>
14
14
    <property name="modal">True</property>
15
15
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
16
16
    <child internal-child="vbox">
166
166
              <widget class="GtkProgressBar" id="progressbar">
167
167
                <property name="visible">True</property>
168
168
                <property name="pulse_step">0.1</property>
169
 
                <property name="text">Please choose an output file</property>
 
169
                <property name="text" translatable="yes">Please choose an output file</property>
170
170
              </widget>
171
171
              <packing>
172
172
                <property name="expand">False</property>