Refactoring a string for easier translation

This commit is contained in:
sk 2022-12-15 22:02:48 -03:00 committed by LucasGGamerM
parent 9ed99edd6e
commit 390ecc48fb
3 changed files with 3 additions and 3 deletions

View File

@ -738,7 +738,7 @@ public class SettingsFragment extends MastodonToolbarFragment{
case BLUE -> R.string.sk_color_theme_blue;
case ORANGE -> R.string.sk_color_theme_brown;
case YELLOW -> R.string.sk_color_theme_yellow;
case MATERIAL3 -> R.string.sk_color_theme_material_you;
case MATERIAL3 -> R.string.sk_color_theme_material3;
});
}
}

View File

@ -6,5 +6,5 @@
<item android:id="@+id/blue_color" android:title="@string/sk_color_theme_blue"/>
<item android:id="@+id/orange_color" android:title="@string/sk_color_theme_brown"/>
<item android:id="@+id/yellow_color" android:title="@string/sk_color_theme_yellow"/>
<item android:id="@+id/m3_color" android:title="@string/sk_color_theme_material_you"/>
<item android:id="@+id/m3_color" android:title="@string/sk_color_theme_material3"/>
</menu>

View File

@ -47,7 +47,7 @@
<string name="sk_color_theme_blue">Blue</string>
<string name="sk_color_theme_brown">Orange</string>
<string name="sk_color_theme_yellow">Yellow</string>
<string name="sk_color_theme_material_you">Material You</string>
<string name="sk_color_theme_material3">Material You</string>
<string name="sk_not_supported">Not supported on your device</string>
<string name="sk_poll_allow_multiple">Allow multiple choices</string>
<string name="sk_translate_post">Translate</string>