diff --git a/gramps/plugins/tool/changenames.py b/gramps/plugins/tool/changenames.py index bfb95f585..5bfef5273 100644 --- a/gramps/plugins/tool/changenames.py +++ b/gramps/plugins/tool/changenames.py @@ -61,7 +61,7 @@ prefix_list = [ ] WIKI_HELP_PAGE = '%s_-_Tools' % URL_MANUAL_PAGE -WIKI_HELP_SEC = _('manual|Fix_Capitalization_of_Family_Names...') +WIKI_HELP_SEC = _('manual|Fix_Capitalization_of_Family_Names') #------------------------------------------------------------------------- # diff --git a/gramps/plugins/tool/eventcmp.py b/gramps/plugins/tool/eventcmp.py index 7af9bf83c..aa31ffbb8 100644 --- a/gramps/plugins/tool/eventcmp.py +++ b/gramps/plugins/tool/eventcmp.py @@ -67,7 +67,7 @@ from gramps.gen.constfunc import conv_to_unicode, get_curr_dir # #------------------------------------------------------------------------- WIKI_HELP_PAGE = '%s_-_Tools' % URL_MANUAL_PAGE -WIKI_HELP_SEC = _('manual|Compare_Individual_Events...') +WIKI_HELP_SEC = _('manual|Compare_Individual_Events') #------------------------------------------------------------------------ # diff --git a/gramps/plugins/tool/finddupes.py b/gramps/plugins/tool/finddupes.py index 092492bc4..b7a6c17b8 100644 --- a/gramps/plugins/tool/finddupes.py +++ b/gramps/plugins/tool/finddupes.py @@ -63,7 +63,7 @@ _val2label = { } WIKI_HELP_PAGE = '%s_-_Tools' % URL_MANUAL_PAGE -WIKI_HELP_SEC = _('manual|Find_Possible_Duplicate_People...') +WIKI_HELP_SEC = _('manual|Find_Possible_Duplicate_People') #------------------------------------------------------------------------- # diff --git a/gramps/plugins/tool/mergecitations.py b/gramps/plugins/tool/mergecitations.py index a5ba539d3..c3c2fc344 100644 --- a/gramps/plugins/tool/mergecitations.py +++ b/gramps/plugins/tool/mergecitations.py @@ -80,7 +80,7 @@ _val2label = { } WIKI_HELP_PAGE = '%s_-_Tools' % URL_MANUAL_PAGE -WIKI_HELP_SEC = _('manual|Merge_citations...') +WIKI_HELP_SEC = _('manual|Merge_citations') #------------------------------------------------------------------------- # diff --git a/gramps/plugins/tool/notrelated.py b/gramps/plugins/tool/notrelated.py index 8a2c0ed0e..88530b358 100644 --- a/gramps/plugins/tool/notrelated.py +++ b/gramps/plugins/tool/notrelated.py @@ -56,7 +56,7 @@ from gramps.gen.db import DbTxn # #------------------------------------------------------------------------- WIKI_HELP_PAGE = '%s_-_Tools' % URL_MANUAL_PAGE -WIKI_HELP_SEC = _('manual|Not_Related...') +WIKI_HELP_SEC = _('manual|Not_Related') #------------------------------------------------------------------------ # diff --git a/gramps/plugins/tool/ownereditor.py b/gramps/plugins/tool/ownereditor.py index 4152ec383..75f69334f 100644 --- a/gramps/plugins/tool/ownereditor.py +++ b/gramps/plugins/tool/ownereditor.py @@ -53,7 +53,7 @@ from gramps.gui.utils import is_right_click # #------------------------------------------------------------------------- WIKI_HELP_PAGE = '%s_-_Tools' % URL_MANUAL_PAGE -WIKI_HELP_SEC = _('manual|Edit_Database_Owner_Information...') +WIKI_HELP_SEC = _('manual|Edit_Database_Owner_Information') #------------------------------------------------------------------------- # diff --git a/gramps/plugins/tool/verify.py b/gramps/plugins/tool/verify.py index 7d80cf2d0..f3207d8ad 100644 --- a/gramps/plugins/tool/verify.py +++ b/gramps/plugins/tool/verify.py @@ -71,7 +71,7 @@ from gramps.gui.glade import Glade # #------------------------------------------------------------------------- WIKI_HELP_PAGE = '%s_-_Tools' % URL_MANUAL_PAGE -WIKI_HELP_SEC = _('manual|Verify_the_Data...') +WIKI_HELP_SEC = _('manual|Verify_the_Data') #------------------------------------------------------------------------- #