Skip to content

Commit c9727ea

Browse files
authored
Merge pull request #923 from Flow-Launcher/fixSourceString
Fix BookmarkDataSetting key string
2 parents 3b2ab46 + 7e1f041 commit c9727ea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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">Bookmark Data</system:String>
11+
<system:String x:Key="flowlauncher_plugin_browserbookmark_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>

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-pt.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Pesquisar nos marcadores do navegador</system:String>
1010

1111
<!-- Settings -->
12-
<system:String x:Key="BookmarkDataSetting">Bookmmark Data</system:String>
12+
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Bookmmark Data</system:String>
1313
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Abrir marcadores em:</system:String>
1414
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Nova janela</system:String>
1515
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Novo separador</system:String>

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/CustomBrowserSetting.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:local="clr-namespace:Flow.Launcher.Plugin.BrowserBookmark.Models"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8-
Title="{DynamicResource BookmarkDataSetting}"
8+
Title="{DynamicResource flowlauncher_plugin_browserbookmark_bookmarkDataSetting}"
99
Width="520"
1010
Background="{DynamicResource PopuBGColor}"
1111
Foreground="{DynamicResource PopupTextColor}"
@@ -67,7 +67,7 @@
6767
FontFamily="Segoe UI"
6868
FontSize="20"
6969
FontWeight="SemiBold"
70-
Text="{DynamicResource BookmarkDataSetting}"
70+
Text="{DynamicResource flowlauncher_plugin_browserbookmark_bookmarkDataSetting}"
7171
TextAlignment="Left" />
7272
</StackPanel>
7373

Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Browser Bookmarks",
55
"Description": "Search your browser bookmarks",
66
"Author": "qianlifeng, Ioannis G.",
7-
"Version": "1.6.1",
7+
"Version": "1.6.2",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",

0 commit comments

Comments
 (0)