mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo for plugin title in context menu and WindowsSettings name
This commit is contained in:
parent
0ad2efbe99
commit
b9f03a84f6
2 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,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">Plugins</system:String>
|
||||
<system:String x:Key="plugin">Plugin</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>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
|
@ -1206,7 +1206,7 @@
|
|||
<value>Plugin to search for Windows settings</value>
|
||||
</data>
|
||||
<data name="PluginTitle" xml:space="preserve">
|
||||
<value>Windows settings</value>
|
||||
<value>Windows Settings</value>
|
||||
</data>
|
||||
<data name="PowerAndSleep" xml:space="preserve">
|
||||
<value>Power and sleep</value>
|
||||
|
|
|
|||
Loading…
Reference in a new issue