Skip to content

Commit 1894d78

Browse files
committed
localization: fix typos for English translations
`Friendly` and `delimiter` had typos.
1 parent 1928694 commit 1894d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/Locales/en_US.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
${REPO} Repository's path
181181
${REMOTE} Selected remote or selected branch's remote
182182
${BRANCH} Selected branch, without ${REMOTE} part for remote branches
183-
${BRANCH_FRIENDLY_NAME} Firendly name of selected branch, contains ${REMOTE} part for remote branches
183+
${BRANCH_FRIENDLY_NAME} Friendly name of selected branch, contains ${REMOTE} part for remote branches
184184
${SHA} Selected commit's hash
185185
${TAG} Selected tag
186186
$1, $2 ... Input control values</x:String>
@@ -232,7 +232,7 @@
232232
<x:String x:Key="Text.ConfigureCustomActionControls.IsFolder" xml:space="preserve">Is Folder:</x:String>
233233
<x:String x:Key="Text.ConfigureCustomActionControls.Label" xml:space="preserve">Label:</x:String>
234234
<x:String x:Key="Text.ConfigureCustomActionControls.Options" xml:space="preserve">Options:</x:String>
235-
<x:String x:Key="Text.ConfigureCustomActionControls.Options.Tip" xml:space="preserve">Use '|' as delimitter for options</x:String>
235+
<x:String x:Key="Text.ConfigureCustomActionControls.Options.Tip" xml:space="preserve">Use '|' as delimiter for options</x:String>
236236
<x:String x:Key="Text.ConfigureCustomActionControls.Type" xml:space="preserve">Type:</x:String>
237237
<x:String x:Key="Text.ConfigureWorkspace" xml:space="preserve">Workspaces</x:String>
238238
<x:String x:Key="Text.ConfigureWorkspace.Color" xml:space="preserve">Color</x:String>

0 commit comments

Comments
 (0)