mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 14:14:27 +02:00
git-error-command-not-supported description correction
This commit is contained in:
parent
2541d5baa1
commit
1921577e63
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ exports.strings = {
|
||||||
},
|
},
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
'git-error-command-not-supported': {
|
'git-error-command-not-supported': {
|
||||||
'__desc__': 'Message that appears in git console when command is not supported in the current environment.',
|
'__desc__': 'Message that appears in git console when command was not recognized.',
|
||||||
'en_US': 'The command "{command}" isn\'t supported, sorry!',
|
'en_US': 'The command "{command}" isn\'t supported, sorry!',
|
||||||
'pl' : 'Polecenie "{command}" niestety nie jest obsługiwane.'
|
'pl' : 'Polecenie "{command}" niestety nie jest obsługiwane.'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue