- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-bulk-plugin-upgrader-skin.php
r45926 r45932 21 21 public function add_strings() { 22 22 parent::add_strings(); 23 /* translators: 1: plugin name, 2: number of the plugin, 3: total number of plugins being updated*/23 /* translators: 1: Plugin name, 2: Number of the plugin, 3: Total number of plugins being updated. */ 24 24 $this->upgrader->strings['skin_before_update_header'] = __( 'Updating Plugin %1$s (%2$d/%3$d)' ); 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.