Linter behave.

This commit is contained in:
Lukas Brübach 2024-11-28 00:22:54 +01:00 committed by ZeldaZach
parent e17d8b40fd
commit 9a0140917a
No known key found for this signature in database

View file

@ -465,7 +465,8 @@ void AppearanceSettingsPage::retranslateUi()
overrideAllCardArtWithPersonalPreferenceCheckBox.setText( overrideAllCardArtWithPersonalPreferenceCheckBox.setText(
tr("Override all card art with personal set preference (Pre-ProviderID change behavior) [Requires Client " tr("Override all card art with personal set preference (Pre-ProviderID change behavior) [Requires Client "
"restart]")); "restart]"));
bumpSetsWithCardsInDeckToTopCheckBox.setText(tr("Bump sets that the deck contains cards from to the top in the printing selector")); bumpSetsWithCardsInDeckToTopCheckBox.setText(
tr("Bump sets that the deck contains cards from to the top in the printing selector"));
cardScalingCheckBox.setText(tr("Scale cards on mouse over")); cardScalingCheckBox.setText(tr("Scale cards on mouse over"));
verticalCardOverlapPercentLabel.setText( verticalCardOverlapPercentLabel.setText(
tr("Minimum overlap percentage of cards on the stack and in vertical hand")); tr("Minimum overlap percentage of cards on the stack and in vertical hand"));