~ubuntu-branches/ubuntu/jaunty/synaptic/jaunty-updates

« back to all changes in this revision

Viewing changes to gtk/glade/window_summary.glade

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-02-09 16:03:03 UTC
  • mfrom: (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090209160303-g2hldfhmsdfcrz5g
Tags: 0.62.5ubuntu1
* po/th.po:
  - updated Thai translation (closes: #512605)
* gtk/rgdebinstallprogress.cc:
  - if forkpty() show a propper error message
    (thanks to Evan) 
* gtk/rgfetchprogress.cc:
  - if the ETA is huge report it as unknown (LP: #322871)
* debian/control:
  - add depends to hicolor-icon-theme
  - rebuild against latest libapt/libept

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
                      <property name="visible">True</property>
188
188
                      <property name="can_focus">True</property>
189
189
                      <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
190
 
                      <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
 
190
                      <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
191
191
                      <property name="shadow_type">GTK_SHADOW_IN</property>
192
192
                      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
193
193
 
488
488
                          <property name="visible">True</property>
489
489
                          <property name="tooltip" translatable="yes">The package files will be downloaded, but not installed</property>
490
490
                          <property name="can_focus">True</property>
491
 
                          <property name="label" translatable="yes">Download package files only</property>
 
491
                          <property name="label" translatable="yes">_Download package files only</property>
492
492
                          <property name="use_underline">True</property>
493
493
                          <property name="relief">GTK_RELIEF_NORMAL</property>
494
494
                          <property name="focus_on_click">True</property>
507
507
                        <widget class="GtkCheckButton" id="checkbutton_check_signatures">
508
508
                          <property name="tooltip" translatable="yes">Vendors sign their packages to verify the origin and integrity of the packages. Disabling the verification is a security risk.</property>
509
509
                          <property name="can_focus">True</property>
510
 
                          <property name="label" translatable="yes">Verify package signatures</property>
 
510
                          <property name="label" translatable="yes">_Verify package signatures</property>
511
511
                          <property name="use_underline">True</property>
512
512
                          <property name="relief">GTK_RELIEF_NORMAL</property>
513
513
                          <property name="focus_on_click">True</property>