* 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:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2000 Donald N. Allingham
|
||||
# Copyright (C) 2000-2003 Donald N. Allingham
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -415,6 +415,6 @@ register_tool(
|
||||
runTool,
|
||||
_("Verify the database"),
|
||||
category=_("Utilities"),
|
||||
description=_("List exceptions to assertions or checks about the database")
|
||||
description=_("Lists exceptions to assertions or checks about the database")
|
||||
)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2000 Donald N. Allingham
|
||||
# Copyright (C) 2000-2003 Donald N. Allingham
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Pubilc License as published by
|
||||
@@ -764,11 +764,11 @@ class WebReport(Report.Report):
|
||||
try:
|
||||
os.mkdir(dir_name)
|
||||
except IOError, value:
|
||||
ErrorDialog(_("Could not create the directory : %s") % \
|
||||
ErrorDialog(_("Could not create the directory: %s") % \
|
||||
dir_name + "\n" + value[1])
|
||||
return
|
||||
except:
|
||||
ErrorDialog(_("Could not create the directory : %s") % \
|
||||
ErrorDialog(_("Could not create the directory: %s") % \
|
||||
dir_name)
|
||||
return
|
||||
|
||||
@@ -780,11 +780,11 @@ class WebReport(Report.Report):
|
||||
try:
|
||||
os.mkdir(image_dir_name)
|
||||
except IOError, value:
|
||||
ErrorDialog(_("Could not create the directory : %s") % \
|
||||
ErrorDialog(_("Could not create the directory: %s") % \
|
||||
image_dir_name + "\n" + value[1])
|
||||
return
|
||||
except:
|
||||
ErrorDialog(_("Could not create the directory : %s") % \
|
||||
ErrorDialog(_("Could not create the directory: %s") % \
|
||||
image_dir_name)
|
||||
return
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<child>
|
||||
<widget class="GtkLabel" id="name_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Book _name: </property>
|
||||
<property name="label" translatable="yes">Book _name:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
||||
Reference in New Issue
Block a user