diff options
Diffstat (limited to 'core/misc/drupal.js')
-rw-r--r-- | core/misc/drupal.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/misc/drupal.js b/core/misc/drupal.js index 5c13da179d4..7d0f3b12c79 100644 --- a/core/misc/drupal.js +++ b/core/misc/drupal.js @@ -486,13 +486,13 @@ window.Drupal = { behaviors: {}, locale: {} }; * @param {number} count * The item count to display. * @param {string} singular - * The string for the singular case. Please make sure it is clear this is - * singular, to ease translation (e.g. use "1 new comment" instead of "1 - * new"). Do not use @count in the singular string. + * The string for the singular case. Make sure it is clear this is singular, + * to ease translation (e.g. use "1 new comment" instead of "1 new"). Do not + * use @count in the singular string. * @param {string} plural - * The string for the plural case. Please make sure it is clear this is - * plural, to ease translation. Use @count in place of the item count, as in - * "@count new comments". + * The string for the plural case. Make sure it is clear this is plural, to + * ease translation. Use @count in place of the item count, as in "@count + * new comments". * @param {object} [args] * An object of replacements pairs to make after translation. Incidences * of any key in this array are replaced with the corresponding value. |