Skip to content

Commit

Permalink
Better wording foir current terminal section (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefonarch authored Dec 3, 2024
1 parent dcf625c commit fd4bf3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/forms/propertiesdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<item>
<widget class="QCheckBox" name="highlightCurrentCheckBox">
<property name="text">
<string>Show a border around the current terminal</string>
<string>Draw a border</string>
</property>
</widget>
</item>
Expand All @@ -457,14 +457,14 @@
<item>
<widget class="QCheckBox" name="changeWindowTitleCheckBox">
<property name="text">
<string>Change window title based on current terminal</string>
<string>Change window title based on the terminal</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="changeWindowIconCheckBox">
<property name="text">
<string>Change window icon based on current terminal</string>
<string>Change window icon based on the terminal</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit fd4bf3c

Please sign in to comment.