* src/gramps.glade: Correct +/- tooltips for Data tab in Source Editor.

svn: r5904
This commit is contained in:
Alex Roitman 2006-02-09 01:18:31 +00:00
parent bdf496ebb2
commit de81e15969
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2006-02-08 Alex Roitman <shura@gramps-project.org>
* src/plugins/Leak.py (display): Catch exception coming from
trying to call __repr__ on a closed db.DB.
* src/gramps.glade: Correct +/- tooltips for Data tab in Source Editor.
2006-01-26 Brian Matherly <pez4brian@users.sourceforge.net>
* src/plugins/FamilyGroup.py: correctly put borders on the

View File

@ -5243,7 +5243,7 @@ Other</property>
<widget class="GtkButton" id="add_data">
<property name="width_request">36</property>
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Add a new media object to the database and place it in this gallery</property>
<property name="tooltip" translatable="yes">Add a new Key/Value pair</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@ -5270,7 +5270,7 @@ Other</property>
<child>
<widget class="GtkButton" id="del_data">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Remove selected object from this gallery only</property>
<property name="tooltip" translatable="yes">Remove selected Key/Value pair</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>