Harmonize spelling of tooltips in renaming dialog with other tooltips

This commit is contained in:
Martchus 2020-09-08 19:12:49 +02:00
parent c06d1f5f53
commit bcefa83c0a
1 changed files with 3 additions and 3 deletions

View File

@ -699,7 +699,7 @@
<item> <item>
<widget class="QPushButton" name="abortClosePushButton"> <widget class="QPushButton" name="abortClosePushButton">
<property name="toolTip"> <property name="toolTip">
<string>closes the window or aborts the currently running process</string> <string>Closes the window or aborts the currently running process</string>
</property> </property>
<property name="text"> <property name="text">
<string>Close</string> <string>Close</string>
@ -709,7 +709,7 @@
<item> <item>
<widget class="QPushButton" name="generatePreviewPushButton"> <widget class="QPushButton" name="generatePreviewPushButton">
<property name="toolTip"> <property name="toolTip">
<string>generates new file and directory names using the entered script</string> <string>Generates new file and directory names using the entered script</string>
</property> </property>
<property name="text"> <property name="text">
<string>Generate preview</string> <string>Generate preview</string>
@ -719,7 +719,7 @@
<item> <item>
<widget class="QPushButton" name="applyChangingsPushButton"> <widget class="QPushButton" name="applyChangingsPushButton">
<property name="toolTip"> <property name="toolTip">
<string>applies previously generated file and directory names</string> <string>Applies previously generated file and directory names</string>
</property> </property>
<property name="text"> <property name="text">
<string>Apply generated names</string> <string>Apply generated names</string>