mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
minor: fix translation error in exception
Test Plan: look hard at code. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D19463
This commit is contained in:
parent
376ea1ddf5
commit
dbe72df557
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ abstract class PhabricatorAphlictManagementWorkflow
|
||||||
'index "%s"). You should manually create this directory or '.
|
'index "%s"). You should manually create this directory or '.
|
||||||
'choose a different logfile location. %s',
|
'choose a different logfile location. %s',
|
||||||
$dir,
|
$dir,
|
||||||
|
$index,
|
||||||
$ex->getMessage()));
|
$ex->getMessage()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue