mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-13 01:26:37 -04:00
Fix typos in tooltips from EditEntryWidgetBrowser.ui
This commit is contained in:
parent
182bcd4ef7
commit
8599f0903c
@ -2900,18 +2900,10 @@ Would you like to correct it?</source>
|
|||||||
<source>Skip Auto-Submit for this entry</source>
|
<source>Skip Auto-Submit for this entry</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<source>Use this entry only with HTTP Basic Auth</source>
|
<source>Use this entry only with HTTP Basic Auth</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<source>Do not use this entry with HTTP Basic Auth</source>
|
<source>Do not use this entry with HTTP Basic Auth</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@ -2936,6 +2928,14 @@ Would you like to correct it?</source>
|
|||||||
<source>Additional URLs</source>
|
<source>Additional URLs</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>EditEntryWidgetHistory</name>
|
<name>EditEntryWidgetHistory</name>
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="onlyHttpAuthCheckbox">
|
<widget class="QCheckBox" name="onlyHttpAuthCheckbox">
|
||||||
<property name="toolTip">
|
<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>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use this entry only with HTTP Basic Auth</string>
|
<string>Use this entry only with HTTP Basic Auth</string>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="notHttpAuthCheckbox">
|
<widget class="QCheckBox" name="notHttpAuthCheckbox">
|
||||||
<property name="toolTip">
|
<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>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Do not use this entry with HTTP Basic Auth</string>
|
<string>Do not use this entry with HTTP Basic Auth</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user