Skip to content

Commit d6f6e26

Browse files
authored
fix(i18n): remove stray colon from Japanese "アプリケーション" resource (#1154)
Remove an accidental trailing ':' from AutoDarkModeApp/Strings/ja/Resources.resw (line ~748). This fixes the menu label showing "アプリケーション:" — no functional changes, only a text/UI correction.
1 parent 924b71f commit d6f6e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AutoDarkModeApp/Strings/ja/Resources.resw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ Auto Dark Mode のリポジトリに issue (問題) を投稿しますか?
745745
<value>システム:</value>
746746
</data>
747747
<data name="SystemAreas" xml:space="preserve">
748-
<value>アプリケーション:</value>
748+
<value>アプリケーション</value>
749749
</data>
750750
<data name="Task" xml:space="preserve">
751751
<value>タスク</value>
@@ -1026,4 +1026,4 @@ Auto Dark Mode のリポジトリに issue (問題) を投稿しますか?
10261026
<data name="AccentApplyTaskbar" xml:space="preserve">
10271027
<value>Accent color for the taskbar</value>
10281028
</data>
1029-
</root>
1029+
</root>

0 commit comments

Comments
 (0)