commit 9e269ab7e094cb39f5fea0e5bce901f6ff361961 Author: Shane Auckland Date: Sun Apr 14 08:04:21 2013 +0100 new_changes diff --git a/core/modules/locale/locale.pages.inc b/core/modules/locale/locale.pages.inc index c879ab7..08da569 100644 --- a/core/modules/locale/locale.pages.inc +++ b/core/modules/locale/locale.pages.inc @@ -735,7 +735,9 @@ function theme_locale_translate_edit_form_strings($variables) { } /** - * Prepares variables for translation status information per language. + * Prepares variables for translation status information templates. + * + * Translation status information is displayed per language. * * Default template: locale-translate-edit-form-strings.html.twig. * @@ -789,13 +791,14 @@ function template_preprocess_locale_translation_update_info(&$variables) { } /** - * Prepares variables for the last time we checked for update data. + * Prepares variables for most recent translation update templates. * - * Default template: locale-translation-last-check.html.twig. + * Displays the last time we checked for locale update data. In addition to + * properly formatting the given timestamp, this function also provides a "Check + * manually" link that refreshes the available update and redirects back to the + * same page. * - * In addition to properly formatting the given timestamp, this function also - * provides a "Check manually" link that refreshes the available update and - * redirects back to the same page. + * Default template: locale-translation-last-check.html.twig. * * @param $variables * An associative array containing: diff --git a/core/modules/locale/templates/locale-translation-last-check.html.twig b/core/modules/locale/templates/locale-translation-last-check.html.twig index f11a2b1..a6902fa 100644 --- a/core/modules/locale/templates/locale-translation-last-check.html.twig +++ b/core/modules/locale/templates/locale-translation-last-check.html.twig @@ -4,7 +4,7 @@ * Default theme implementation for the last time we checked for update data. * * Available variables: - * - last_checked: Whether or not the time has been checked before. + * - last_checked: Whether or not locale updates have been checked before. * - time: The formatted time ago when the site last checked for available * updates. * - link: A link to manually check available updates.