Skip to content

Commit

Permalink
[auth] Tooltip minor rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 24, 2017
1 parent f11c6dd commit ceab42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsoptionsbase.ui
Expand Up @@ -5016,7 +5016,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<item row="0" column="0">
<widget class="QCheckBox" name="mAutoClearAccessCache">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The connection cache stores all authentication connections data even when the connection fails.&lt;br/&gt;If you make any change to the authentication configurations or to the certification authorities, you should clear the authentication cache or&lt;br/&gt;restart QGIS. &lt;br/&gt;When this option is checked, it will clear the authentication cache every time an SSL error occurs and you choose tole abort the connection.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The connection cache stores all authentication connections data even when the connection fails.&lt;br/&gt;If you make any change to the authentication configurations or to the certification authorities, you should clear the authentication cache or&lt;br/&gt;restart QGIS. &lt;br/&gt;When this option is checked, the authentication cache will be automatically cleared every time an SSL error occurs and you choose to abort the connection.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Automatically clear the connection authentication cache on SSL errors (recommended)</string>
Expand Down

0 comments on commit ceab42e

Please sign in to comment.