change term from existing to current
This commit is contained in:
@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
_linkTargets = new Dictionary<bool, string>
|
_linkTargets = new Dictionary<bool, string>
|
||||||
{
|
{
|
||||||
{ false, Localizer["OpenInExistingWindow"] },
|
{ false, Localizer["OpenInCurrentWindow"] },
|
||||||
{ true, Localizer["OpenInNewWindow"] }
|
{ true, Localizer["OpenInNewWindow"] }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -237,8 +237,8 @@
|
|||||||
<data name="FileLink" xml:space="preserve">
|
<data name="FileLink" xml:space="preserve">
|
||||||
<value>File Link</value>
|
<value>File Link</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OpenInExistingWindow" xml:space="preserve">
|
<data name="OpenInCurrentWindow" xml:space="preserve">
|
||||||
<value>Open In Existing Window</value>
|
<value>Open In Current Window</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Message.Require.WebAddress" xml:space="preserve">
|
<data name="Message.Require.WebAddress" xml:space="preserve">
|
||||||
<value>The Web Address is Empty</value>
|
<value>The Web Address is Empty</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user