~thomas-deruyter-3/qreator/qreator

« back to all changes in this revision

Viewing changes to data/ui/QrCodeURL.ui

  • Committer: David Planella
  • Date: 2012-11-23 14:07:08 UTC
  • mfrom: (107.1.1 qreator)
  • Revision ID: david.planella@ubuntu.com-20121123140708-ef2ny921lpwo99eq
Merged i18n fixes and updated .pot file

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  <!-- interface-requires gtk+ 3.0 -->
4
4
  <object class="GtkAction" id="action1">
5
5
    <property name="label" translatable="yes">Shorten</property>
6
 
    <property name="tooltip" translatable="yes">Shorten the URL with bit.ly</property>
7
6
  </object>
8
7
  <object class="GtkMessageDialog" id="messagedialog1">
9
8
    <property name="can_focus">False</property>
65
64
    </child>
66
65
    <child>
67
66
      <object class="GtkToggleButton" id="togglebuttonShorten">
 
67
        <property name="label" translatable="yes" comments="TRANSLATORS: this refers to the button to shorten a URL for the URL QR code type">Shorten</property>
 
68
        <property name="use_action_appearance">False</property>
68
69
        <property name="related_action">action1</property>
69
70
        <property name="visible">True</property>
70
71
        <property name="can_focus">True</property>