mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-14 00:38:42 +00:00
Changed anal options description
This commit is contained in:
parent
3b147a00bb
commit
4b4fdef868
@ -277,15 +277,15 @@ QString OptionsDialog::analysisDescription(int level)
|
||||
switch(level)
|
||||
{
|
||||
case 0:
|
||||
return tr("Disabled");
|
||||
return tr("Analysis disabled");
|
||||
case 1:
|
||||
return tr("Finger");
|
||||
return tr("Minimum analysis");
|
||||
case 2:
|
||||
return tr("Buttplug");
|
||||
return tr("Basic analysis");
|
||||
case 3:
|
||||
return tr("Dildo");
|
||||
return tr("Medium analysis");
|
||||
case 4:
|
||||
return tr("Fisting");
|
||||
return tr("Full analysis (Slow)");
|
||||
default:
|
||||
return tr("Unknown");
|
||||
}
|
||||
@ -293,7 +293,7 @@ QString OptionsDialog::analysisDescription(int level)
|
||||
|
||||
void OptionsDialog::on_analSlider_valueChanged(int value)
|
||||
{
|
||||
ui->analDescription->setText(tr("Analysis") + QString(" (%1)").arg(analysisDescription(value)));
|
||||
ui->analDescription->setText(tr("Level") + QString(" - %1").arg(analysisDescription(value)));
|
||||
if (value == 0)
|
||||
{
|
||||
ui->analCheckBox->setChecked(false);
|
||||
|
@ -202,14 +202,14 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Analysis</string>
|
||||
<string>Level</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
||||
<property name="spacing">
|
||||
<number>10</number>
|
||||
<number>15</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="analCheckBox">
|
||||
@ -257,7 +257,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="tickPosition">
|
||||
<enum>QSlider::TicksBelow</enum>
|
||||
<enum>QSlider::NoTicks</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user