2006-10-03 Don Allingham <don@gramps-project.org>

* src/GrampsLogger/_ErrorReportAssistant.py: capitalize "GRAMPS"
	* src/ViewManager.py: display buttons on first open
	* src/Editors/_EditSourceRef.py: fix cancelling of text (bug #450)
	* src/DisplayTabs/_NoteTab.py: fix cancelling of text
	* src/DisplayTabs/_TextTab.py: fix cancelling of text 




svn: r7345
This commit is contained in:
Don Allingham
2006-10-03 16:59:51 +00:00
parent 2a5b3c2ab2
commit 71bddf1ac2
6 changed files with 25 additions and 2 deletions

View File

@@ -383,7 +383,7 @@ class ErrorReportAssistant:
label = gtk.Label(
"%s <i>%s</i>" %
(_("Use one of the two methods below to send the "\
"bug report to the Gramps bug reporting mailing "\
"bug report to the GRAMPS bug reporting mailing "\
"list at "),
"gramps-bugs@lists.sourceforge.net."))
label.set_alignment(0.01,0.5)