File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Plugins/Flow.Launcher.Plugin.Calculator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ namespace Flow.Launcher.Plugin.Calculator
5
5
[ EnumLocalize ]
6
6
public enum DecimalSeparator
7
7
{
8
- [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_seperator_use_system_locale ) ) ]
8
+ [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_separator_use_system_locale ) ) ]
9
9
UseSystemLocale ,
10
10
11
- [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_seperator_dot ) ) ]
11
+ [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_separator_dot ) ) ]
12
12
Dot ,
13
13
14
- [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_seperator_comma ) ) ]
14
+ [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_separator_comma ) ) ]
15
15
Comma
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments