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 7363892 commit fb5076dCopy full SHA for fb5076d
1 file changed
AquaMai.Mods/GameSystem/SongConstantSort.cs
@@ -21,7 +21,7 @@ namespace AquaMai.Mods.GameSystem;
21
[ConfigSection(
22
name: "定数排序",
23
en: "Sorts the song list by precise difficulty constants. Please switch to this sorting mode in game.",
24
- zh: "按照细化定数来排序乐曲列表,请在游戏内切换至该排列模式")]
+ zh: "按照乐曲实际的细化定数来排序乐曲列表。请在游戏内切换至该排列模式")]
25
public class SongConstantSort
26
{
27
public static void OnBeforePatch()
0 commit comments