# HG changeset patch # User Nicholas R. Jankowski # Date 1638545311 18000 # Node ID 2033c05c9522cea051c686723b80ee3f78b7b4b5 # Parent 366aa563dd2e2783571d048fbff63c660bd5b1df removes extra html tags from cb_prevent_readline_conflicts tootip (bug #61604) * /libgui/src/settings-dialog.ui: Removes duplicate html tags from tooltip for cb_prevent_readline_conflicts. Fixes typo in editor_cb_tabs_rotated tag. diff -r 366aa563dd2e -r 2033c05c9522 libgui/src/settings-dialog.ui --- a/libgui/src/settings-dialog.ui Thu Dec 02 14:18:48 2021 -0500 +++ b/libgui/src/settings-dialog.ui Fri Dec 03 10:28:31 2021 -0500 @@ -1179,7 +1179,7 @@ - <html><head/><body><p>Roate tabs: Vertical when at top or bottom and horizontal when left or right. The close button is not shown in rotated tabs.</p></body></html> + <html><head/><body><p>Rotate tabs: Vertical when at top or bottom and horizontal when left or right. The close button is not shown in rotated tabs.</p></body></html> Rotated tabs @@ -2575,7 +2575,7 @@ - <html><head/><body><p>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Disable global shortcuts in order to prevent interference with readline key strokes. Exceptions: Ctrl-C for interrupting the interpreter and the shortcuts for switching to other widgets.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</p></body></html> + <html><head/><body><p>Disable global shortcuts in order to prevent interference with readline key strokes. Exceptions: Ctrl-C for interrupting the interpreter and the shortcuts for switching to other widgets.</p></body></html> Disable global shortcuts when Command Window has focus