Skip to content

Commit 7841b6f

Browse files
authored
Merge pull request #922 from onesounds/FixPrivateText
Correct the typo (private, bookmark)
2 parents 44e5e46 + 8fc0274 commit 7841b6f

File tree

2 files changed

+2
-2
lines changed
  • Flow.Launcher/Languages
  • Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages

2 files changed

+2
-2
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
179179
<system:String x:Key="defaultBrowser_newtab">New Window</system:String>
180180
<system:String x:Key="defaultBrowser_newWindow">New Tab</system:String>
181-
<system:String x:Key="defaultBrowser_parameter">Priviate Mode</system:String>
181+
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
182182

183183
<!-- Priority Setting Dialog -->
184184
<system:String x:Key="changePriorityWindow">Change Priority</system:String>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Search your browser bookmarks</system:String>
99

1010
<!-- Settings -->
11-
<system:String x:Key="BookmarkDataSetting">Bookmmark Data</system:String>
11+
<system:String x:Key="BookmarkDataSetting">Bookmark Data</system:String>
1212
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Open bookmarks in:</system:String>
1313
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">New window</system:String>
1414
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">New tab</system:String>

0 commit comments

Comments
 (0)