change string "plugin" to "plugins" in tab menu

This commit is contained in:
Dobin Park 2021-10-16 08:12:01 +09:00
parent 80a76b0323
commit 47749dfea2

View file

@ -42,7 +42,7 @@
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
<!--Setting Plugin-->
<system:String x:Key="plugin">Plugin</system:String>
<system:String x:Key="plugin">Plugins</system:String>
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
<system:String x:Key="enable">On</system:String>
<system:String x:Key="disable">Off</system:String>