mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
Add a space in the translation when a error message is printed.
Summary: Change 'themto' to 'them to'. Test Plan: Check message printed... Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12057
This commit is contained in:
parent
3d871b4214
commit
f51f55a63c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ final class ArcanistUSEnglishTranslation extends PhutilTranslation {
|
|||
'(To ignore these %s change(s), add them to ".git/info/exclude".)' =>
|
||||
array(
|
||||
'(To ignore this change, add it to ".git/info/exclude".)',
|
||||
'(To ignore these changes, add themto ".git/info/exclude".)',
|
||||
'(To ignore these changes, add them to ".git/info/exclude".)',
|
||||
),
|
||||
|
||||
'(To ignore these %s change(s), add them to "svn:ignore".)' => array(
|
||||
|
|
Loading…
Reference in a new issue