diff -r face142f8fa5 -r 318d7ebbdce2 SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.ui --- a/SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.ui Tue Jun 01 18:01:14 2021 +0200 +++ b/SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.ui Tue Jun 01 18:45:45 2021 +0200 @@ -29,6 +29,9 @@ <property name="toolTip"> <string>Enter the menu entry title</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="1" column="0"> @@ -43,12 +46,15 @@ <property name="toolTip"> <string>Enter the enclosing string or string format expression</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QLabel" name="label_3"> <property name="text"> - <string><b>Note</b>: '%s' or '{0}' is replace by the selected text</string> + <string><b>Note</b>: '%s', '{0}' or '{}' is replace by the selected text</string> </property> </widget> </item>