Fix typos in tooltips from EditEntryWidgetBrowser.ui

This commit is contained in:
StoyanDimitrov 2024-01-23 12:04:34 +00:00 committed by Jonathan White
parent 182bcd4ef7
commit 8599f0903c
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01
2 changed files with 10 additions and 10 deletions

View File

@ -2900,18 +2900,10 @@ Would you like to correct it?</source>
<source>Skip Auto-Submit for this entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Only send this setting to the browser for HTTP Auth dialogs. If enabled, normal login forms will not show this entry for selection.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Use this entry only with HTTP Basic Auth</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Do not send this setting to the browser for HTTP Auth dialogs. If enabled, HTTP Auth dialogs will not show this entry for selection.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Do not use this entry with HTTP Basic Auth</source>
<translation type="unfinished"></translation>
@ -2936,6 +2928,14 @@ Would you like to correct it?</source>
<source>Additional URLs</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Only send this entry to the browser for HTTP Auth dialogs. If enabled, normal login forms will not show this entry for selection.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Do not send this entry to the browser for HTTP Auth dialogs. If enabled, HTTP Auth dialogs will not show this entry for selection.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EditEntryWidgetHistory</name>

View File

@ -63,7 +63,7 @@
<item>
<widget class="QCheckBox" name="onlyHttpAuthCheckbox">
<property name="toolTip">
<string>Only send this setting to the browser for HTTP Auth dialogs. If enabled, normal login forms will not show this entry for selection.</string>
<string>Only send this entry to the browser for HTTP Auth dialogs. If enabled, normal login forms will not show this entry for selection.</string>
</property>
<property name="text">
<string>Use this entry only with HTTP Basic Auth</string>
@ -73,7 +73,7 @@
<item>
<widget class="QCheckBox" name="notHttpAuthCheckbox">
<property name="toolTip">
<string>Do not send this setting to the browser for HTTP Auth dialogs. If enabled, HTTP Auth dialogs will not show this entry for selection.</string>
<string>Do not send this entry to the browser for HTTP Auth dialogs. If enabled, HTTP Auth dialogs will not show this entry for selection.</string>
</property>
<property name="text">
<string>Do not use this entry with HTTP Basic Auth</string>