We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e4702 commit 7f99cd4Copy full SHA for 7f99cd4
1 file changed
AquaMai.Mods/GameSystem/SongConstantSort.cs
@@ -20,8 +20,8 @@ namespace AquaMai.Mods.GameSystem;
20
21
[ConfigSection(
22
name: "定数排序",
23
- en: "Add a constant difficulty sort tab to the music selection screen.",
24
- zh: "在选曲界面添加按谱面定数排序的标签页")]
+ en: "Sorts the song list by precise difficulty constants. Please switch to this sorting mode in game.",
+ zh: "按照细化定数来排序乐曲列表,请在游戏内切换至该排列模式")]
25
public class SongConstantSort
26
{
27
public static void OnBeforePatch()
0 commit comments