fix string changed during the previous PR

This commit is contained in:
un-pogaz 2025-02-02 08:39:17 +01:00
parent fb2ad29434
commit 6cc158b8ac

View File

@ -147,7 +147,7 @@
<widget class="QDoubleSpinBox" name="opt_cover_grid_height"> <widget class="QDoubleSpinBox" name="opt_cover_grid_height">
<property name="toolTip"> <property name="toolTip">
<string>The height of displayed covers. <string>The height of displayed covers.
Aue of zero means calculate automatically.</string> A value of zero means calculate automatically.</string>
</property> </property>
<property name="specialValueText"> <property name="specialValueText">
<string>Automatic</string> <string>Automatic</string>
@ -194,7 +194,7 @@ Aue of zero means calculate automatically.</string>
<widget class="QDoubleSpinBox" name="opt_cover_grid_width"> <widget class="QDoubleSpinBox" name="opt_cover_grid_width">
<property name="toolTip"> <property name="toolTip">
<string>The width of displayed covers. <string>The width of displayed covers.
Aue of zero means calculate automatically.</string> A value of zero means calculate automatically.</string>
</property> </property>
<property name="specialValueText"> <property name="specialValueText">
<string>Automatic</string> <string>Automatic</string>