diff --git a/Runtime/InputGlyph/Editor/InputGlyphDatabaseEditor.cs b/Runtime/InputGlyph/Editor/InputGlyphDatabaseEditor.cs index a943608..8d70986 100644 --- a/Runtime/InputGlyph/Editor/InputGlyphDatabaseEditor.cs +++ b/Runtime/InputGlyph/Editor/InputGlyphDatabaseEditor.cs @@ -22,7 +22,7 @@ public sealed class InputGlyphDatabaseEditor : Editor private static readonly string[] DefaultTableNames = { "Keyboard", "Xbox", "PlayStation", "Other" }; private static readonly int[] EntriesPerPageOptions = { 10, 15, 20, 25 }; - private static readonly string[] EntriesPerPageLabels = { "10 / 页", "15 / 页", "20 / 页", "25 / 页" }; + private static readonly string[] EntriesPerPageLabels = { "10|页", "15|页", "20|页", "25|页" }; private sealed class TableEditorState {