- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-language-pack-upgrader-skin.php
r45926 r45932 48 48 echo '<div class="update-messages lp-show-latest">'; 49 49 50 /* translators: 1: project name (plugin, theme, or WordPress), 2: language*/50 /* translators: 1: Project name (plugin, theme, or WordPress), 2: Language. */ 51 51 printf( '<h2>' . __( 'Updating translations for %1$s (%2$s)…' ) . '</h2>', $name, $this->language_update->language ); 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.