Skip to content

Commit

Permalink
Fix typos in tooltips from EditEntryWidgetBrowser.ui
Browse files Browse the repository at this point in the history
  • Loading branch information
StoyanDimitrov authored and droidmonkey committed Jul 2, 2024
1 parent 166a371 commit afe634d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions share/translations/keepassxc_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/gui/entry/EditEntryWidgetBrowser.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit afe634d

Please sign in to comment.