Changeset 1418367
- Timestamp:
- 05/17/2016 05:08:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
eve-shipinfo/trunk/classes/EVEShipInfo/Admin/Page/Main/Dashboard.php
r1417770 r1418367 84 84 '</a>' 85 85 ).' '. 86 __('Simply upload the updated data file here (should be a single ZIP file) to update your local ships and modules database.' )86 __('Simply upload the updated data file here (should be a single ZIP file) to update your local ships and modules database.', 'eve-shipinfo') 87 87 ); 88 88 … … 161 161 '<p>'. 162 162 sprintf( 163 __('The data file version %1$s is already installed.', 'eve-shipinfo'),163 __('The database version %1$s is already installed.', 'eve-shipinfo'), 164 164 '<code>' . $content . '</code>' 165 165 ). … … 353 353 $this->messages[] = 354 354 __('Could not find any pages.', 'eve-shipinfo').' '. 355 __('For virtual pages to work, you have to create at least one page.' ).' '.356 __('It does not need to have any content, just create an empty page.' );355 __('For virtual pages to work, you have to create at least one page.', 'eve-shipinfo').' '. 356 __('It does not need to have any content, just create an empty page.', 'eve-shipinfo'); 357 357 } 358 358 }
Note: See TracChangeset
for help on using the changeset viewer.