mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +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': {
|
||||
'__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!',
|
||||
'pl' : 'Polecenie "{command}" niestety nie jest obsługiwane.'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue