From 7e961d7c1f90d86b5b265dc4c5a234024194dae7 Mon Sep 17 00:00:00 2001 From: Joe Glombek Date: Thu, 16 Mar 2017 09:09:38 +0000 Subject: [PATCH] Correct grammar --- UrlTrackerResources.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UrlTrackerResources.cs b/UrlTrackerResources.cs index a9d4777..8b15cab 100644 --- a/UrlTrackerResources.cs +++ b/UrlTrackerResources.cs @@ -60,7 +60,7 @@ public static string UrlTrackerInfoUrl public const string Notes = "Notes"; public const string NotesWatermark = "Notes"; public const string SyncTree = "Click to sync the tree on the left to this node"; - public const string ErrorMessageOldUrlAndOldRegexEmpty = "There are entries without one of the two mandatory properties (OldUrl & OldRegex) set. Please delete the row(s) with the following Id('s): {0}"; + public const string ErrorMessageOldUrlAndOldRegexEmpty = "There are entries without one of the two mandatory properties (OldUrl & OldRegex) set. Please delete the row(s) with the following Id(s): {0}"; public const string ErrorMessageOldUrlAndOldRegexEmptyButton = "Or click here to delete these rows automatically and reload the page"; } -} \ No newline at end of file +}