Cosmetic changes

Setting => Settings
This commit is contained in:
CoenraadS
2014-07-17 17:24:08 +02:00
parent 1d5f72f9ab
commit 6cbc9493c9
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ namespace Wox.Plugin.SystemPlugins
}); });
availableResults.Add(new Result availableResults.Add(new Result
{ {
Title = "Setting", Title = "Settings",
SubTitle = "Tweak this app", SubTitle = "Tweak this app",
Score = 40, Score = 40,
IcoPath = "Images\\app.png", IcoPath = "Images\\app.png",

View File

@@ -7,7 +7,7 @@
xmlns:system="clr-namespace:Wox.Plugin.SystemPlugins;assembly=Wox.Plugin.SystemPlugins" xmlns:system="clr-namespace:Wox.Plugin.SystemPlugins;assembly=Wox.Plugin.SystemPlugins"
xmlns:converters="clr-namespace:Wox.Converters" xmlns:converters="clr-namespace:Wox.Converters"
Icon="Images\app.png" Icon="Images\app.png"
Title="Wox Setting" Title="Wox Settings"
ResizeMode="NoResize" ResizeMode="NoResize"
WindowStartupLocation="CenterScreen" WindowStartupLocation="CenterScreen"
Height="600" Width="800"> Height="600" Width="800">