From d09f234cca46382ce82a3cb55cb54374bcabddb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 2 Jun 2011 08:41:35 +0000 Subject: [PATCH] 4952: Several grammar mistakes svn: r17660 --- src/Filters/Rules/Note/_MatchesRegexpOf.py | 4 ++-- src/Filters/Rules/Note/_MatchesSubstringOf.py | 4 ++-- src/Filters/Rules/Repository/_MatchesNameSubstringOf.py | 2 +- src/Filters/Rules/Source/_MatchesTitleSubstringOf.py | 4 ++-- src/gui/configure.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Filters/Rules/Note/_MatchesRegexpOf.py b/src/Filters/Rules/Note/_MatchesRegexpOf.py index 061131986..95911a00f 100644 --- a/src/Filters/Rules/Note/_MatchesRegexpOf.py +++ b/src/Filters/Rules/Note/_MatchesRegexpOf.py @@ -43,8 +43,8 @@ class MatchesRegexpOf(Rule): labels = [ _('Regular expression:')] name = _('Notes containing ') - description = _("Matches notes who contain text " - "matching a regular expression") + description = _("Matches notes that contain text " + "which matches a regular expression") category = _('General filters') def __init__(self, list): diff --git a/src/Filters/Rules/Note/_MatchesSubstringOf.py b/src/Filters/Rules/Note/_MatchesSubstringOf.py index a6d61d22e..cb109194c 100644 --- a/src/Filters/Rules/Note/_MatchesSubstringOf.py +++ b/src/Filters/Rules/Note/_MatchesSubstringOf.py @@ -43,8 +43,8 @@ class MatchesSubstringOf(Rule): labels = [ _('Substring:')] name = _('Notes containing ') - description = _("Matches notes who contain text " - "matching a substring") + description = _("Matches notes that contain text " + "which matches a substring") category = _('General filters') def apply(self, db, note): diff --git a/src/Filters/Rules/Repository/_MatchesNameSubstringOf.py b/src/Filters/Rules/Repository/_MatchesNameSubstringOf.py index c3b91ed92..094076107 100644 --- a/src/Filters/Rules/Repository/_MatchesNameSubstringOf.py +++ b/src/Filters/Rules/Repository/_MatchesNameSubstringOf.py @@ -42,7 +42,7 @@ class MatchesNameSubstringOf(Rule): labels = [ _('Substring:')] name = _('Repository name containing ') - description = _("Matches repositories with name contains text matching a substring") + description = _("Matches repositories whose name contains a certain substring") category = _('General filters') def apply(self, db, repository): diff --git a/src/Filters/Rules/Source/_MatchesTitleSubstringOf.py b/src/Filters/Rules/Source/_MatchesTitleSubstringOf.py index 06727cab9..6032dd6dd 100644 --- a/src/Filters/Rules/Source/_MatchesTitleSubstringOf.py +++ b/src/Filters/Rules/Source/_MatchesTitleSubstringOf.py @@ -42,8 +42,8 @@ class MatchesTitleSubstringOf(Rule): labels = [ _('Substring:')] name = _('Sources title containing ') - description = _("Matches sources with title contains text " - "matching a substring") + description = _("Matches sources whose title contains a " + "certain substring") category = _('General filters') def apply(self, db, source): diff --git a/src/gui/configure.py b/src/gui/configure.py index bfabc67a3..d094f9d3c 100644 --- a/src/gui/configure.py +++ b/src/gui/configure.py @@ -103,7 +103,7 @@ class DisplayNameEditor(ManagedWindow.ManagedWindow): Call - call name Nickname - nick name Initials - first letters of Given Common - nick name, otherwise first of Given Primary, Primary[pre] or [sur] or [con]- full primary surname, prefix, surname only, connector - Patronymic, or [pre] or [sur] or [con] - full pa/matronic surname, prefix, surname only, connector + Patronymic, or [pre] or [sur] or [con] - full pa/matronymic surname, prefix, surname only, connector Familynick - family nick name Prefix - all prefixes (von, de) Rest - non primary surnames Notpatronymic- all surnames, except pa/matronymic & primary Rawsurnames- surnames (no prefixes and connectors)