diff options
Diffstat (limited to 'src/MainWindowBase.ui')
-rwxr-xr-x | src/MainWindowBase.ui | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/src/MainWindowBase.ui b/src/MainWindowBase.ui index c5e124f..9d478b4 100755 --- a/src/MainWindowBase.ui +++ b/src/MainWindowBase.ui @@ -196,7 +196,7 @@ <string>Export</string> </property> <property name="statusTip"> - <string>Export the currently visible source</string> + <string>Export the currently visible source.</string> </property> </action> <action> @@ -207,7 +207,7 @@ <string>HTML</string> </property> <property name="statusTip"> - <string>Export the currently visible source code as HTML document</string> + <string>Export the currently visible source code as HTML document.</string> </property> </action> <action> @@ -218,7 +218,7 @@ <string>PDF</string> </property> <property name="statusTip"> - <string>Export the currently visible source code as PDF document</string> + <string>Export the currently visible source code as PDF document.</string> </property> </action> <action> @@ -300,7 +300,7 @@ <string>Set Syntax Highlighter</string> </property> <property name="statusTip"> - <string>Set the syntax highlighter to use</string> + <string>Set the syntax highlighter to use.</string> </property> </action> <action> @@ -337,7 +337,7 @@ <string>Auto open last source file on startup</string> </property> <property name="statusTip"> - <string>If selected opens last source code file on startup</string> + <string>If selected opens last source code file on startup.</string> </property> <property name="visible"> <bool>false</bool> @@ -389,16 +389,6 @@ <signal>activated()</signal> <receiver>MainWindowBase</receiver> <slot>close()</slot> - <hints> - <hint type="sourcelabel"> - <x>-1</x> - <y>-1</y> - </hint> - <hint type="destinationlabel"> - <x>399</x> - <y>299</y> - </hint> - </hints> </connection> </connections> </UI> |