From 8c6dad631ccff532823479d7d806abfeaf61bf22 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Thu, 5 Feb 2015 09:47:42 -0800 Subject: [PATCH] typo --- gramps/plugins/tool/ownereditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/tool/ownereditor.py b/gramps/plugins/tool/ownereditor.py index 87e783cda..11f30e010 100644 --- a/gramps/plugins/tool/ownereditor.py +++ b/gramps/plugins/tool/ownereditor.py @@ -81,7 +81,7 @@ class OwnerEditor(tool.Tool, ManagedWindow): """ Allow editing database owner information. - Provides a possibility to direcly verify and edit the owner data of the + Provides a possibility to directly verify and edit the owner data of the current database. It also allows copying data from/to the preferences. """ def __init__(self, dbstate, user, options_class, name, callback=None):