Fix a typo in message and translate it
Test Plan: /config/issue/config.unknown.auth.password-auth-enabled/ Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D6322
This commit is contained in:
@@ -65,7 +65,7 @@ final class PhabricatorSetupCheckExtraConfig extends PhabricatorSetupCheck {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$message = $message."\n\n".pht(
|
$message = $message."\n\n".pht(
|
||||||
"This configuration value is defined in in these %d ".
|
"This configuration value is defined in these %d ".
|
||||||
"configuration source(s): %s.",
|
"configuration source(s): %s.",
|
||||||
count($found),
|
count($found),
|
||||||
implode(', ', $found));
|
implode(', ', $found));
|
||||||
|
|||||||
@@ -304,6 +304,14 @@ abstract class PhabricatorBaseEnglishTranslation
|
|||||||
'%d rejection(s)' => array('%d rejection', '%d rejections'),
|
'%d rejection(s)' => array('%d rejection', '%d rejections'),
|
||||||
'%d update(s)' => array('%d update', '%d updates'),
|
'%d update(s)' => array('%d update', '%d updates'),
|
||||||
|
|
||||||
|
'This configuration value is defined in these %d '.
|
||||||
|
'configuration source(s): %s.' => array(
|
||||||
|
'This configuration value is defined in this '.
|
||||||
|
'configuration source: %2$s.',
|
||||||
|
'This configuration value is defined in these %d '.
|
||||||
|
'configuration sources: %s.',
|
||||||
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user