mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 23:09:44 -05:00
Fix menu location in alert
This commit is contained in:
parent
9f3b4dc5ea
commit
07232f04c0
@ -3440,10 +3440,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 -> Settings -> Security</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Existing icon selected.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -3485,6 +3481,10 @@ Supported extensions are: %1.</source>
|
||||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>You can enable the DuckDuckGo website icon service under Application Settings -> Security</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditWidgetProperties</name>
|
||||
|
@ -220,7 +220,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;
|
||||
|
Loading…
Reference in New Issue
Block a user