diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-08 14:41:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-08 14:41:17 +0900 |
commit | b4d35ab97d008c3b24a109640d90dba73215631b (patch) | |
tree | 78ef92df7a05944abbbc564df9d2789e42d1220a /src/ToolBarWidget.ui | |
parent | 191e11f6dc9f8ac42f39a8866a8f4dfb4f75433c (diff) | |
download | universal-indent-gui-tqt-b4d35ab97d008c3b24a109640d90dba73215631b.tar.gz universal-indent-gui-tqt-b4d35ab97d008c3b24a109640d90dba73215631b.zip |
Settings for syntax highlighting, showing whitespaces and loading last open file are now saved and restored across executions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ToolBarWidget.ui')
-rwxr-xr-x | src/ToolBarWidget.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolBarWidget.ui b/src/ToolBarWidget.ui index 19f3259..25663c2 100755 --- a/src/ToolBarWidget.ui +++ b/src/ToolBarWidget.ui @@ -58,7 +58,7 @@ <string>Syntax Highlight</string> </property> <property name="whatsThis" stdset="0"> - <string>Enables and disables the highlightning of the source</string> + <string>Enables and disables the highlighting of the source</string> </property> <property name="accel"> <string>Ctrl+H</string> |