Plugin Directory

Changeset 1418367


Ignore:
Timestamp:
05/17/2016 05:08:41 AM (10 years ago)
Author:
AeonOfTime
Message:

Added missing string namespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • eve-shipinfo/trunk/classes/EVEShipInfo/Admin/Page/Main/Dashboard.php

    r1417770 r1418367  
    8484                '</a>'
    8585            ).' '.
    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')
    8787        );
    8888       
     
    161161                '<p>'.
    162162                    sprintf(
    163                         __('The data file version %1$s is already installed.', 'eve-shipinfo'),
     163                        __('The database version %1$s is already installed.', 'eve-shipinfo'),
    164164                        '<code>' . $content . '</code>'
    165165                    ).
     
    353353            $this->messages[] =
    354354                __('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');
    357357        }
    358358    }
Note: See TracChangeset for help on using the changeset viewer.