change term from existing to current
This commit is contained in:
@ -86,7 +86,7 @@
|
||||
|
||||
_linkTargets = new Dictionary<bool, string>
|
||||
{
|
||||
{ false, Localizer["OpenInExistingWindow"] },
|
||||
{ false, Localizer["OpenInCurrentWindow"] },
|
||||
{ true, Localizer["OpenInNewWindow"] }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user