0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-19 20:02:18 +02:00

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 166a371050
commit afe634d4f2
2 changed files with 10 additions and 10 deletions

View File

@ -3009,18 +3009,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>
@ -3045,6 +3037,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>