Skip to content

Commit

Permalink
Merge pull request #121 from michaelbeil/patch-3
Browse files Browse the repository at this point in the history
changed "for" to "of" to clarify
  • Loading branch information
Nick Haskins committed Sep 4, 2014
2 parents 7a4fa5b + 1a3305a commit a4ef85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-aesop-core-admin.php
Expand Up @@ -243,7 +243,7 @@ private function messages() {

$message = array(
__('Brought to you by Aesopinteractive LLC - <a href="http://aesopstoryengine.com">http://aesopstoryengine.com</a>', 'aesop-core'),
__('Donate to further development for Aesop Story Engine at <a href="http://aesopstoryengine.com/donate">http://aesopstoryengine.com/donate</a>', 'aesop-core')
__('Donate to further development of Aesop Story Engine at <a href="http://aesopstoryengine.com/donate">http://aesopstoryengine.com/donate</a>', 'aesop-core')
);

return '<p class="aesop-generator-mark">'.$message[array_rand($message)].'</p>';
Expand Down

0 comments on commit a4ef85c

Please sign in to comment.