From 4cbb3c5de4ab5f3560b3089def34a28f13b7fbaa Mon Sep 17 00:00:00 2001 From: quietone <quietone@2572884.no-reply.drupal.org> Date: Fri, 13 Oct 2023 19:30:17 +1300 Subject: [PATCH] Issue #431612 by pillarsdotnet, RoboPhred, Albert Volkman, sourabhjain, catch, PapaGrande, webchick, Bojhan, Freso, flickerfly, cilefen: Stop using post as a noun --- core/includes/form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/form.inc b/core/includes/form.inc index d3aeb4577ec5..17ca32c03f63 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -664,7 +664,7 @@ function template_preprocess_form_element_label(&$variables) { * // The 'success' parameter means no fatal PHP errors were detected. All * // other error management should be handled using 'results'. * if ($success) { - * $message = \Drupal::translation()->formatPlural(count($results), 'One post processed.', '@count posts processed.'); + * $message = \Drupal::translation()->formatPlural(count($results), 'One item processed.', '@count items processed.'); * } * else { * $message = t('Finished with an error.'); -- GitLab