mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-10-20 18:43:58 +00:00
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:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user