mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
Fix a translation ("to ignore these changes...")
Summary: Fixes T8374. Test Plan: ``` $ arc diff You have untracked files in this working copy. Working copy: /Users/epriestley/dev/core/lib/arcanist/ Untracked changes in working copy: (To ignore this change, add it to ".git/info/exclude".) derp Ignore this untracked file and continue? [y/N] ^C ``` Reviewers: btrahan, joshuaspence, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T8374 Differential Revision: https://secure.phabricator.com/D13096
This commit is contained in:
parent
0b1acf0dc0
commit
4e83efb31d
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ final class ArcanistUSEnglishTranslation extends PhutilTranslation {
|
||||||
),
|
),
|
||||||
|
|
||||||
'(To ignore these %s change(s), add them to "%s".)' => array(
|
'(To ignore these %s change(s), add them to "%s".)' => array(
|
||||||
'(To ignore this change, add it to "%s".)',
|
'(To ignore this change, add it to "%2$s".)',
|
||||||
'(To ignore these changes, add them to "%s".)',
|
'(To ignore these changes, add them to "%2$s".)',
|
||||||
),
|
),
|
||||||
|
|
||||||
'%s line(s)' => array('line', 'lines'),
|
'%s line(s)' => array('line', 'lines'),
|
||||||
|
|
Loading…
Reference in a new issue