diff --git a/src/cascadia/TerminalApp/Resources/en-US/Resources.resw b/src/cascadia/TerminalApp/Resources/en-US/Resources.resw index 54cd9e9bc30..15b79c40ffc 100644 --- a/src/cascadia/TerminalApp/Resources/en-US/Resources.resw +++ b/src/cascadia/TerminalApp/Resources/en-US/Resources.resw @@ -191,43 +191,43 @@ Multiple panes - Close... + Close - Close Tabs to the Right + Close tabs to the right - Close Other Tabs + Close other tabs - Close Tab + Close tab - Close Pane + Close pane - Split Tab + Split tab - Split Pane + Split pane - Web Search + Web search - Color... + Change tab color - Custom... + Custom Reset - Rename Tab + Rename tab - Duplicate Tab + Duplicate tab Found a profile with an invalid "backgroundImage". Defaulting that profile to have no background image. Make sure that when setting a "backgroundImage", the value is a valid file path to an image. @@ -462,7 +462,7 @@ About - Send Feedback + Send feedback OK @@ -472,11 +472,11 @@ This is the heading for a version number label - Getting Started + Getting started A hyperlink name for a guide on how to get started using Terminal - Source Code + Source code A hyperlink name for the Terminal's documentation @@ -484,15 +484,15 @@ A hyperlink name for user documentation - Release Notes + Release notes A hyperlink name for the Terminal's release notes - Privacy Policy + Privacy policy A hyperlink name for the Terminal's privacy policy - Third-Party Notices + Third-Party notices A hyperlink name for the Terminal's third-party notices @@ -579,10 +579,10 @@ Failed parsing command line: - Command Palette + Command palette - Tab Switcher + Tab switcher Type a tab name... @@ -731,10 +731,10 @@ Maximize - Restore Down + Restore down - Command Palette + Command palette Focus Terminal @@ -754,7 +754,7 @@ Split the window and start in given directory - Export Text + Export text Failed to export terminal content @@ -766,7 +766,7 @@ Find - Plain Text + Plain text Termination behavior can be configured in advanced profile settings. @@ -775,7 +775,7 @@ Don't show again - This Terminal window is running as Admin + This Terminal window is running as administrator Suggestions found: {0} @@ -835,10 +835,10 @@ Close this tab - Empty... + Empty - Close Pane + Close pane Close the active pane if multiple panes are present @@ -848,13 +848,13 @@ Text used to identify the reset button - Move Tab to New Window + Move tab to new window Moves tab to a new window - Run as Administrator + Run as administrator This text is displayed on context menu for profile entries in add new tab button. @@ -893,7 +893,7 @@ If set, the command will be appended to the profile's default command instead of replacing it. - Restart Connection + Restart connection Restart the active pane connection diff --git a/src/cascadia/TerminalApp/TerminalTab.cpp b/src/cascadia/TerminalApp/TerminalTab.cpp index ceb3860f1ff..e0a93ee9275 100644 --- a/src/cascadia/TerminalApp/TerminalTab.cpp +++ b/src/cascadia/TerminalApp/TerminalTab.cpp @@ -1372,7 +1372,7 @@ namespace winrt::TerminalApp::implementation { auto weakThis{ get_weak() }; - // "Color..." + // "Change tab color..." Controls::MenuFlyoutItem chooseColorMenuItem; { Controls::FontIcon colorPickSymbol; @@ -1391,7 +1391,7 @@ namespace winrt::TerminalApp::implementation Controls::MenuFlyoutItem renameTabMenuItem; { - // "Rename Tab" + // "Rename tab" Controls::FontIcon renameTabSymbol; renameTabSymbol.FontFamily(Media::FontFamily{ L"Segoe Fluent Icons, Segoe MDL2 Assets" }); renameTabSymbol.Glyph(L"\xE8AC"); // Rename @@ -1408,7 +1408,7 @@ namespace winrt::TerminalApp::implementation Controls::MenuFlyoutItem duplicateTabMenuItem; { - // "Duplicate Tab" + // "Duplicate tab" Controls::FontIcon duplicateTabSymbol; duplicateTabSymbol.FontFamily(Media::FontFamily{ L"Segoe Fluent Icons, Segoe MDL2 Assets" }); duplicateTabSymbol.Glyph(L"\xF5ED"); @@ -1425,7 +1425,7 @@ namespace winrt::TerminalApp::implementation Controls::MenuFlyoutItem splitTabMenuItem; { - // "Split Tab" + // "Split tab" Controls::FontIcon splitTabSymbol; splitTabSymbol.FontFamily(Media::FontFamily{ L"Segoe Fluent Icons, Segoe MDL2 Assets" }); splitTabSymbol.Glyph(L"\xF246"); // ViewDashboard @@ -1442,7 +1442,7 @@ namespace winrt::TerminalApp::implementation Controls::MenuFlyoutItem moveTabToNewWindowMenuItem; { - // "Move Tab to New Window" + // "Move tab to new window" Controls::FontIcon moveTabToNewWindowTabSymbol; moveTabToNewWindowTabSymbol.FontFamily(Media::FontFamily{ L"Segoe Fluent Icons, Segoe MDL2 Assets" }); moveTabToNewWindowTabSymbol.Glyph(L"\xE8A7"); @@ -1459,7 +1459,7 @@ namespace winrt::TerminalApp::implementation Controls::MenuFlyoutItem closePaneMenuItem = _closePaneMenuItem; { - // "Close Pane" + // "Close pane" closePaneMenuItem.Click({ get_weak(), &TerminalTab::_closePaneClicked }); closePaneMenuItem.Text(RS_(L"ClosePaneText")); @@ -1471,7 +1471,7 @@ namespace winrt::TerminalApp::implementation Controls::MenuFlyoutItem exportTabMenuItem; { - // "Export Tab" + // "Export tab" Controls::FontIcon exportTabSymbol; exportTabSymbol.FontFamily(Media::FontFamily{ L"Segoe Fluent Icons, Segoe MDL2 Assets" }); exportTabSymbol.Glyph(L"\xE74E"); // Save @@ -1505,7 +1505,7 @@ namespace winrt::TerminalApp::implementation Controls::MenuFlyoutItem restartConnectionMenuItem = _restartConnectionMenuItem; { - // "Restart Connection" + // "Restart connection" Controls::FontIcon restartConnectionSymbol; restartConnectionSymbol.FontFamily(Media::FontFamily{ L"Segoe Fluent Icons, Segoe MDL2 Assets" }); restartConnectionSymbol.Glyph(L"\xE72C"); diff --git a/src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw b/src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw index 03e330d9ecd..6179099bdf5 100644 --- a/src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw +++ b/src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw @@ -118,13 +118,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Select color scheme... + Select color scheme - New Tab... + New tab - Split Pane... + Split pane Terminal (Portable) @@ -325,7 +325,7 @@ {Locked="JSON"}. "JSON" is the extension of the file that will be opened. - Set the tab color... + Set the tab color Paste @@ -347,7 +347,7 @@ Reset tab title - Rename tab title... + Rename tab title Resize pane @@ -441,7 +441,7 @@ Switch to the last tab - Search for tab... + Search for tab Toggle always on top mode @@ -450,10 +450,10 @@ Toggle command palette - Recent commands... + Recent commands - Open suggestions... + Open suggestions Toggle command palette in command line mode @@ -505,7 +505,7 @@ Break into the debugger - Open settings... + Open settings Rename window to "{0}" @@ -515,7 +515,7 @@ Reset window name - Rename window... + Rename window Display Terminal's current working directory @@ -566,7 +566,7 @@ Quit the Terminal - Set background opacity... + Set background opacity Increase background opacity by {0}%