Skip to content

Commit

Permalink
Fix menu location in alert
Browse files Browse the repository at this point in the history
  • Loading branch information
8manz authored and droidmonkey committed Jan 30, 2024
1 parent 54807ce commit 17629c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions share/translations/keepassxc_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3468,10 +3468,6 @@ Supported extensions are: %1.</source>
<source>Unable to fetch favicon.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>You can enable the DuckDuckGo website icon service under Tools -&gt; Settings -&gt; Security</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Existing icon selected.</source>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -3513,6 +3509,10 @@ Supported extensions are: %1.</source>
<numerusform></numerusform>
</translation>
</message>
<message>
<source>You can enable the DuckDuckGo website icon service under Application Settings -&gt; Security</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EditWidgetProperties</name>
Expand Down
2 changes: 1 addition & 1 deletion src/gui/EditWidgetIcons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void EditWidgetIcons::iconReceived(const QString& url, const QImage& icon)
QString message(tr("Unable to fetch favicon."));
if (!config()->get(Config::Security_IconDownloadFallback).toBool()) {
message.append("\n").append(
tr("You can enable the DuckDuckGo website icon service under Tools -> Settings -> Security"));
tr("You can enable the DuckDuckGo website icon service under Application Settings -> Security"));
}
emit messageEditEntry(message, MessageWidget::Error);
return;
Expand Down

0 comments on commit 17629c4

Please sign in to comment.