1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 08:58:55 +02: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:
epriestley 2015-06-01 06:50:46 -07:00
parent 0b1acf0dc0
commit 4e83efb31d

View file

@ -51,8 +51,8 @@ final class ArcanistUSEnglishTranslation extends PhutilTranslation {
),
'(To ignore these %s change(s), add them to "%s".)' => array(
'(To ignore this change, add it to "%s".)',
'(To ignore these changes, add them to "%s".)',
'(To ignore this change, add it to "%2$s".)',
'(To ignore these changes, add them to "%2$s".)',
),
'%s line(s)' => array('line', 'lines'),