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"] }
};
}

View File

@ -237,8 +237,8 @@
<data name="FileLink" xml:space="preserve">
<value>File Link</value>
</data>
<data name="OpenInExistingWindow" xml:space="preserve">
<value>Open In Existing Window</value>
<data name="OpenInCurrentWindow" xml:space="preserve">
<value>Open In Current Window</value>
</data>
<data name="Message.Require.WebAddress" xml:space="preserve">
<value>The Web Address is Empty</value>