Skip to content

Commit

Permalink
Merge pull request #25416 from 4nshuman/issue/36845
Browse files Browse the repository at this point in the history
changed | Quick commands -> Quick Commands
  • Loading branch information
bsclifton authored Sep 30, 2024
2 parents 70b441e + 2439185 commit df96c8f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions components/resources/commands.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
If the command is only available on a platform we don't support (i.e.
ChromeOS) prefer to not add the command.
-->
<message name="IDS_IDC_COMMANDER">
Quick commands
</message>
<message name="IDS_IDC_BACK">
Back
</message>
Expand Down Expand Up @@ -500,6 +497,9 @@
</message>

<if expr="use_titlecase">
<message name="IDS_IDC_COMMANDER">
Quick Commands
</message>
<message name="IDS_IDC_NEW_SPLIT_VIEW" desc="The label of the 'New Split View' tab context menu item">
New Split View
</message>
Expand All @@ -514,6 +514,9 @@
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_IDC_COMMANDER">
Quick commands
</message>
<message name="IDS_IDC_NEW_SPLIT_VIEW" desc="The label of the 'New Split View' tab context menu item">
New split view
</message>
Expand Down

0 comments on commit df96c8f

Please sign in to comment.