Skip to content

Commit 68f59dd

Browse files
committed
changed "openmycomputer" string to "openmypc"
1 parent d59bc63 commit 68f59dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<system:String x:Key="flowlauncher_plugin_sys_sleep">Put computer to sleep</system:String>
1919
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String>
2020
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Open recycle bin</system:String>
21-
<system:String x:Key="flowlauncher_plugin_sys_openmycomputer">My PC</system:String>
21+
<system:String x:Key="flowlauncher_plugin_sys_openmypc">My PC</system:String>
2222
<system:String x:Key="flowlauncher_plugin_sys_openmydesktop">Desktop</system:String>
2323
<system:String x:Key="flowlauncher_plugin_sys_libraries">Libraries</system:String>
2424
<system:String x:Key="flowlauncher_plugin_sys_explorer">Explorer</system:String>

Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<system:String x:Key="flowlauncher_plugin_sys_sleep">PC를 절전모드로 전환</system:String>
2020
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">휴지통 비우기</system:String>
2121
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">휴지통 열기</system:String>
22-
<system:String x:Key="flowlauncher_plugin_sys_openmycomputer">내 PC</system:String>
22+
<system:String x:Key="flowlauncher_plugin_sys_openmypc">내 PC</system:String>
2323
<system:String x:Key="flowlauncher_plugin_sys_openmydesktop">바탕 화면</system:String>
2424
<system:String x:Key="flowlauncher_plugin_sys_libraries">라이브러리</system:String>
2525
<system:String x:Key="flowlauncher_plugin_sys_explorer">파일 탐색기</system:String>

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private List<Result> Commands()
209209
new Result
210210
{
211211
Title = "My PC",
212-
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_openmycomputer"),
212+
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_openmypc"),
213213
IcoPath = "Images\\mycomputer.png",
214214
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe7f4"),
215215
Action = c =>

0 commit comments

Comments
 (0)