change term from existing to current

This commit is contained in:
sbwalker
2025-09-29 07:40:42 -04:00
parent b18d47afa3
commit bc2e7915cc
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@
_linkTargets = new Dictionary<bool, string>
{
{ false, Localizer["OpenInExistingWindow"] },
{ false, Localizer["OpenInCurrentWindow"] },
{ true, Localizer["OpenInNewWindow"] }
};
}