diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-08 02:09:46 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-08 02:09:46 +0200 |
commit | d8c7397b41420892474704dd3fa77eaeb5d23d12 (patch) | |
tree | 4e52be2ce312c0d68bf5edc1d42aa8bcf3ecef1b /portato/gui/templates | |
parent | 64aae5f99b69042f0e23398c71bcdb1fec78fce9 (diff) | |
download | portato-d8c7397b41420892474704dd3fa77eaeb5d23d12.tar.gz portato-d8c7397b41420892474704dd3fa77eaeb5d23d12.tar.bz2 portato-d8c7397b41420892474704dd3fa77eaeb5d23d12.zip |
Updated docs and german translation
Diffstat (limited to '')
-rw-r--r-- | portato/gui/templates/PreferenceWindow.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/templates/PreferenceWindow.glade b/portato/gui/templates/PreferenceWindow.glade index 6dbf17a..3dc556b 100644 --- a/portato/gui/templates/PreferenceWindow.glade +++ b/portato/gui/templates/PreferenceWindow.glade @@ -517,7 +517,7 @@ <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup">Update the package list with the current search results while you are typing. + <property name="tooltip_markup" translatable="yes">Update the package list with the current search results while you are typing. <b>Note</b>: Will slow down the typing process.</property> <property name="label" translatable="yes">Search while typing</property> <property name="yalign">0.47999998927116394</property> @@ -766,7 +766,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup">Organize the categories in a tree. Thereby collapse categories with the same prefix: + <property name="tooltip_markup" translatable="yes">Organize the categories in a tree. Thereby collapse categories with the same prefix: As an example: <i>app-admin</i>, <i>app-emacs</i>, and <i>app-vim</i> would be collapsed into <i><b>app</b></i> as root and <i>admin</i>, <i>emacs</i>, and <i>vim</i> as children.</property> <property name="label" translatable="yes">Collapse categories with same prefix</property> <property name="response_id">0</property> |