mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
nm: Fix tooltips for proposal text fields
There is no ! syntax as the default proposal is only used if no custom proposal is configured.
This commit is contained in:
parent
479af1ed76
commit
5bb197d880
@ -497,7 +497,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="has_tooltip">True</property>
|
||||
<property name="tooltip_text" translatable="yes">A list of proposals for IKE separated by ";". (A suffix of ! enforces strict mode)</property>
|
||||
<property name="tooltip_text" translatable="yes">A list of proposals for IKE separated by ";"</property>
|
||||
<property name="invisible_char">•</property>
|
||||
<property name="invisible_char_set">True</property>
|
||||
<property name="primary_icon_activatable">False</property>
|
||||
@ -532,7 +532,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="has_tooltip">True</property>
|
||||
<property name="tooltip_text" translatable="yes">A list of proposals for ESP separated by ";". (A suffix of ! enforces strict mode)</property>
|
||||
<property name="tooltip_text" translatable="yes">A list of proposals for ESP separated by ";"</property>
|
||||
<property name="invisible_char">•</property>
|
||||
<property name="invisible_char_set">True</property>
|
||||
<property name="primary_icon_activatable">False</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user