* src/gramps_main.py: Replace old "file-should-be-directory" message.
* src/StartupDialog.py: Minor typos. * src/plugins/Verify.py: Likewise. * src/plugins/WebPage.py: Likewise. * src/plugins/book.glade: Likewise. * src/MediaView.py: Likewise. * src/PlaceView.py: Likewise. * src/po/template.po: Update the above corrections in template. svn: r1894
This commit is contained in:
@ -200,7 +200,7 @@ class StartupDialog:
|
||||
label = gtk.Label(_('There are three common formats for entering dates in a numerical\n'
|
||||
'format. Without some type of indication, GRAMPS cannot correctly\n'
|
||||
'tell what format you are using. Please indicate your preferred format\n'
|
||||
'for entering numerical dates'))
|
||||
'for entering numerical dates.'))
|
||||
box.add(label)
|
||||
align = gtk.Alignment(0.5,0)
|
||||
box.add(align)
|
||||
|
Reference in New Issue
Block a user