~ubuntu-branches/ubuntu/utopic/gramps/utopic

« back to all changes in this revision

Viewing changes to src/plugins/gramplet/AgeOnDateGramplet.py

  • Committer: Package Import Robot
  • Author(s): James A. Treacy
  • Date: 2012-05-22 17:18:36 UTC
  • mfrom: (39.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120522171836-35fi62lp4w7jnrd7
Tags: 3.4.0-1
* New upstream version
* Updated desktop file. Closes: #667472

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# along with this program; if not, write to the Free Software
17
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
18
 
19
 
# $Id: AgeOnDateGramplet.py 14091 2010-01-18 04:42:17Z pez4brian $
 
19
# $Id: AgeOnDateGramplet.py 18639 2011-12-19 22:43:21Z paul-franklin $
20
20
 
21
21
"""
22
22
AgeOnDateGramplet computes the age for everyone thought to be alive 
67
67
        buffer.set_text(_("Enter a valid date (like YYYY-MM-DD) in the"
68
68
                          " entry below and click Run. This will compute"
69
69
                          " the ages for everyone in your Family Tree on"
70
 
                          " that date. You can then sort by the age column"
71
 
                          " ,and double-click the row to view or edit."))
 
70
                          " that date. You can then sort by the age column,"
 
71
                          " and double-click the row to view or edit."))
72
72
        label = gtk.Label()
73
73
        label.set_text(_("Date") + ":")
74
74
        self.entry = gtk.Entry()