Changeset 1741 for plugins/notEvilAds/index.php
- Timestamp:
- 10/25/09 21:37:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/notEvilAds/index.php
r459 r1741 201 201 $core->blog->settings->put('nea_settings',notEvilAds::storeSettings($nea_settings)); 202 202 203 $messages[] = __('Ad succe fully updated.');203 $messages[] = __('Ad successfully updated.'); 204 204 } 205 205 … … 263 263 else 264 264 { 265 throw new Exception(__('Unfortunately, I do not un terstand your request.'));265 throw new Exception(__('Unfortunately, I do not understand your request.')); 266 266 } 267 267 … … 294 294 break; 295 295 default: 296 $messages[] = __('Something was maybe updated. But what 296 $messages[] = __('Something was maybe updated. But what?'); 297 297 endswitch; 298 298 }
Note: See TracChangeset
for help on using the changeset viewer.