Changeset 136876
- Timestamp:
- 07/20/2009 06:00:43 AM (17 years ago)
- File:
-
- 1 edited
-
nitwpress/trunk/nitwpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nitwpress/trunk/nitwpress.php
r136873 r136876 265 265 266 266 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)); 268 268 } 269 269 270 270 if (!function_exists('curl_init')) { 271 nitwpress_display_error(__('Missing cURL module.' ));271 nitwpress_display_error(__('Missing cURL module.', 'nitwpress')); 272 272 } 273 273 } … … 309 309 $sched['nitwpress'] = array( 310 310 'interval' => (int)$options['interval'] * 60, 311 'display' => __('Schedule for NiTwPress plugins' )311 'display' => __('Schedule for NiTwPress plugins', 'nitwpress') 312 312 ); 313 313 }
Note: See TracChangeset
for help on using the changeset viewer.