Rename 'View Source Code' to 'Reopen as Source Code'

Updated the menu item and translations to use 'Reopen as source code' instead of 'View source code' across all supported languages for consistency and clarity.
This commit is contained in:
ema
2025-10-08 00:44:33 +08:00
parent 28f93256e4
commit 3e4052ae77
2 changed files with 29 additions and 30 deletions

View File

@@ -41,8 +41,7 @@ public partial class Plugin
yield return new MoreMenuItem()
{
Icon = "\uE943",
Header = TranslationHelper.Get("MW_ViewSourceCode", translationFile),
MenuItems = null,
Header = TranslationHelper.Get("MW_ReopenAsSourceCode", translationFile),
Command = ViewSourceCodeCommand,
};
}