Fix string typos

This commit is contained in:
Jack251970 2025-07-06 20:32:43 +08:00
parent 89b454bb6c
commit f52ef92d45

View file

@ -204,6 +204,6 @@
<system:String x:Key="plugin_explorer_successful_rename">Successfully renamed it to: {0}</system:String>
<system:String x:Key="plugin_explorer_element_already_exists">There is already a file with the name: {0} in this location</system:String>
<system:String x:Key="plugin_explorer_failed_to_open_rename_dialog">Failed to open rename dialog.</system:String>
<system:String x:Key="plugin_explorer_exception">An error occured: {0}.</system:String>
<system:String x:Key="plugin_explorer_no_reason_given_exception">An error occured and no reason was given.</system:String>
<system:String x:Key="plugin_explorer_exception">An error occurred: {0}.</system:String>
<system:String x:Key="plugin_explorer_no_reason_given_exception">An error occurred and no reason was given.</system:String>
</ResourceDictionary>