Plugin Directory

Changeset 136876


Ignore:
Timestamp:
07/20/2009 06:00:43 AM (17 years ago)
Author:
sakuratan
Message:

Missing textdomain with bug fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nitwpress/trunk/nitwpress.php

    r136873 r136876  
    265265
    266266    if (!is_dir(NITWPRESS_CACHEDIR)) {
    267     nitwpress_display_error(sprintf(__("Missing permissions for writing on %s. Fix the error before enter your Twitter account."), NITWPRESS_CACHEDIR));
     267    nitwpress_display_error(sprintf(__("Missing permissions for writing on %s. Fix the error before enter your Twitter account.", 'nitwpress'), NITWPRESS_CACHEDIR));
    268268    }
    269269
    270270    if (!function_exists('curl_init')) {
    271     nitwpress_display_error(__('Missing cURL module.'));
     271    nitwpress_display_error(__('Missing cURL module.', 'nitwpress'));
    272272    }
    273273}
     
    309309        $sched['nitwpress'] = array(
    310310        'interval' => (int)$options['interval'] * 60,
    311         'display' => __('Schedule for NiTwPress plugins')
     311        'display' => __('Schedule for NiTwPress plugins', 'nitwpress')
    312312        );
    313313    }
Note: See TracChangeset for help on using the changeset viewer.