[Registry Preview] Adding missing resource string (#28216)

* Adding missing resource string

* Modify value
This commit is contained in:
Laszlo Nemeth
2023-08-30 15:18:46 +02:00
committed by GitHub
parent 742e50eed7
commit 657e9915ac

View File

@@ -178,6 +178,9 @@
<data name="RegistryJumpToKeyButton.Label" xml:space="preserve"> <data name="RegistryJumpToKeyButton.Label" xml:space="preserve">
<value>Open Key</value> <value>Open Key</value>
</data> </data>
<data name="SaveDialogTitle" xml:space="preserve">
<value>Save As</value>
</data>
<data name="SaveAsButton.Label" xml:space="preserve"> <data name="SaveAsButton.Label" xml:space="preserve">
<value>Save as…</value> <value>Save as…</value>
</data> </data>