* src/gramps.glade: Fix Tip of the day

svn: r5548
This commit is contained in:
Martin Hawlisch 2005-12-14 10:53:33 +00:00
parent 7f98e3bc35
commit 7a6b9143c5
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2005-12-14 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/gramps.glade: Fix Tip of the day
2005-12-13 Alex Roitman <shura@gramps-project.org>
* src/DisplayState.py: Correct and add comments.
* src/EditPerson.py: Call child editors with new arguments.

View File

@ -23246,9 +23246,9 @@ Family name Given name
</child>
<child>
<widget class="GtkLabel" id="label">
<widget class="GtkLabel" id="title">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;span weight=&quot;bold&quot; size=&quot;larger&quot;&gt;Gramps' Tip of the Day&lt;/span&gt;</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>