Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Correct grammar #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions UrlTrackerResources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
}