diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-22 09:12:42 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-22 09:12:42 +0200 |
| commit | ef9761c12ac2d20f4832bf20a9cf3fdca62b390b (patch) | |
| tree | 34749c01357365275dc3babf9cc4eab5288fd44b /data | |
| parent | 36c1d1161a630f2e4b1ba3354202320a10b4ef2a (diff) | |
| download | python-apt-ef9761c12ac2d20f4832bf20a9cf3fdca62b390b.tar.gz | |
* latest upload
* data/SoftwareProperties.glade:
- fix missing 'translatable="yes"' property (ubuntu: #44409)
- increase width to 620 (ubuntu: #40540)
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwareProperties.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index a1f7f8f9..085a3a57 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -5,7 +5,7 @@ <widget class="GtkWindow" id="window_main"> <property name="border_width">6</property> - <property name="width_request">580</property> + <property name="width_request">620</property> <property name="height_request">400</property> <property name="title" translatable="yes">Software Preferences</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> @@ -614,7 +614,7 @@ <property name="visible">True</property> <property name="tooltip" translatable="yes">Import the public key from a trusted software provider</property> <property name="can_focus">True</property> - <property name="label">_Import Key File</property> + <property name="label" translatable="yes">_Import Key File</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |
