diff --git a/metager/lang/de/plugin-desktop/desktop-chrome.php b/metager/lang/de/plugin-desktop/desktop-chrome.php index 8a5fa780ac42758275068fdc5a5bb54367bd727e..b489b3d96ebfae87dc83afa072ab25825f879af6 100644 --- a/metager/lang/de/plugin-desktop/desktop-chrome.php +++ b/metager/lang/de/plugin-desktop/desktop-chrome.php @@ -22,4 +22,4 @@ return [ '3' => 'Tragen Sie ":link" als URL bei "Neue Seite hinzufügen" ein.', '4' => 'Hinweis: Alle hier sichtbaren Webseiten werden nun beim Start des Browsers geöffnet. Sie können Einträge entfernen, indem Sie mit der Maus drüber fahren und rechts auf das "x" klicken.', ], -]; \ No newline at end of file +]; diff --git a/metager/lang/en/plugin-desktop/desktop-chrome.php b/metager/lang/en/plugin-desktop/desktop-chrome.php index ec773f6f52ba2b40015fc58ce5aa419e7c7cd3b0..9e99d4871e08d89996c34a20caf0a2b6de651bc2 100644 --- a/metager/lang/en/plugin-desktop/desktop-chrome.php +++ b/metager/lang/en/plugin-desktop/desktop-chrome.php @@ -3,7 +3,7 @@ return [ 'plugin' => 'When you install our <a href="https://chromewebstore.google.com/detail/metager-suche/gjfllojpkdnjaiaokblkmjlebiagbphd" target="_blank" rel="noopener">browser extension</a>, MetaGer is automatically installed as the default search engine.', 'default-search-v49' => [ '1' => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/menu.svg">" and choose "Settings".', - '2' => 'Under "Search" click the button "Manage search engines...".', + '2' => 'Under the "Search" button click the "Manage search engines..." button.', '3' => 'Move your mouse over the "MetaGer" entry and click on "Make Default".', ], 'default-search-v53' => [ @@ -22,4 +22,4 @@ return [ '3' => 'Enter ":link" as URL and click OK.', '4' => 'Hint: Every listed page in this window will be opened on startup. You can remove entries by moving your mouse over them and click "x".', ], -]; \ No newline at end of file +];