Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #17037

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions src/cascadia/TerminalApp/Resources/en-US/Resources.resw
Expand Up @@ -156,7 +156,7 @@
<value>Warning:</value>
</data>
<data name="KeyboardServiceWarningText" xml:space="preserve">
<value>The "{0}" isn't running on your machine. This can prevent the Terminal from receiving keyboard input.</value>
<value>The "{0}" isn't running on your machine. This can prevent the terminal from receiving keyboard input.</value>
<comment>{0} will be replaced with the OS-localized name of the TabletInputService</comment>
</data>
<data name="Ok" xml:space="preserve">
Expand Down Expand Up @@ -187,6 +187,9 @@
<data name="Quit" xml:space="preserve">
<value>Quit</value>
</data>
<data name="CloseWindowWarningTitle" xml:space="preserve">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This resource seems to not be used anywhere?

<value>Do you want to close all tabs?</value>
</data>
<data name="MultiplePanes" xml:space="preserve">
<value>Multiple panes</value>
</data>
Expand Down Expand Up @@ -215,10 +218,10 @@
<value>Web search</value>
</data>
<data name="TabColorChoose" xml:space="preserve">
<value>Change tab color</value>
<value>Color...</value>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this literally the opposite of what was done in #16886

</data>
<data name="TabColorCustomButton.Content" xml:space="preserve">
<value>Custom</value>
<value>Custom...</value>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(and here too)

</data>
<data name="TabColorClearButton.Content" xml:space="preserve">
<value>Reset</value>
Expand Down Expand Up @@ -337,9 +340,6 @@
<data name="CmdProfileArgDesc" xml:space="preserve">
<value>Open with the given profile. Accepts either the name or GUID of a profile</value>
</data>
<data name="CmdSessionIdArgDesc" xml:space="preserve">
<value>Sets the WT_SESSION variable; must be a GUID</value>
</data>
<data name="CmdSplitPaneDesc" xml:space="preserve">
<value>Create a new split pane</value>
</data>
Expand Down Expand Up @@ -423,7 +423,7 @@
<value>Press the button to open a new terminal tab with your default profile. Open the flyout to select which profile you want to open.</value>
</data>
<data name="NewTabSplitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>New Tab</value>
<value>New tab</value>
</data>
<data name="NewTabRun.Text" xml:space="preserve">
<value>Open a new tab</value>
Expand Down Expand Up @@ -492,7 +492,7 @@
<comment>A hyperlink name for the Terminal's privacy policy</comment>
</data>
<data name="AboutDialog_ThirdPartyNoticesLink.Content" xml:space="preserve">
<value>Third-Party notices</value>
<value>Third-party notices</value>
<comment>A hyperlink name for the Terminal's third-party notices</comment>
</data>
<data name="QuitDialog.CloseButtonText" xml:space="preserve">
Expand Down Expand Up @@ -737,7 +737,7 @@
<value>Command palette</value>
</data>
<data name="NotificationIconFocusTerminal" xml:space="preserve">
<value>Focus Terminal</value>
<value>Focus terminal</value>
<comment>This is displayed as a label for the context menu item that focuses the terminal.</comment>
</data>
<data name="NotificationIconWindowSubmenu" xml:space="preserve">
Expand Down Expand Up @@ -775,7 +775,7 @@
<value>Don't show again</value>
</data>
<data name="ElevationShield.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>This Terminal window is running as administrator</value>
<value>This terminal window is running as administrator</value>
</data>
<data name="CommandPalette_MatchesAvailable" xml:space="preserve">
<value>Suggestions found: {0}</value>
Expand Down Expand Up @@ -835,7 +835,7 @@
<value>Close this tab</value>
</data>
<data name="NewTabMenuFolderEmpty" xml:space="preserve">
<value>Empty</value>
<value>Empty...</value>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(and here too)

</data>
<data name="ClosePaneText" xml:space="preserve">
<value>Close pane</value>
Expand Down Expand Up @@ -898,4 +898,4 @@
<data name="RestartConnectionToolTip" xml:space="preserve">
<value>Restart the active pane connection</value>
</data>
</root>
</root>