We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8915af commit b3925baCopy full SHA for b3925ba
1 file changed
Applications/Editor/Main/Sources/Texts/Japanese.cs
@@ -88,7 +88,7 @@ internal class JapaneseText() : Globalization.TextGroup(new()
88
{ nameof(Text.Setting_Shrink), "重複リソースを削除してファイルサイズを削減する" },
89
{ nameof(Text.Setting_KeepOutline), "PDF ファイルのしおり情報を維持する" },
90
{ nameof(Text.Setting_Recent), "最近開いたファイルを表示する" },
91
- { nameof(Text.Setting_AutoSort), "選択ファイルを自動的に並び変える" },
+ { nameof(Text.Setting_AutoSort), "選択ファイルを自動的に並べ替える" },
92
{ nameof(Text.Setting_CheckUpdate), "起動時にアップデートを確認する" },
93
94
// Metadata window
0 commit comments