Advertisement
daymobrew

publish-to-schedule availble typo fix

Nov 23rd, 2015
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.37 KB | None | 0 0
  1. --- publish-to-schedule.orig.php    2015-05-28 00:42:54.000000000 +0100
  2. +++ publish-to-schedule.php 2015-11-23 20:27:12.744873400 +0000
  3. @@ -625,7 +625,7 @@
  4.        
  5.         $msgDayAvailble .= " (   $nPostsDay  "  . __('of','pts') . ' '. "$maxPostsThisDay ) ";
  6.        
  7. -       $msgDayAvailble .= ' | <strong>' . __('Availble day!','pts') . '</strong>';            
  8. +       $msgDayAvailble .= ' | <strong>' . __('Available day!','pts') . '</strong>';               
  9.        
  10.         # if the day is today... check to see if there is time to publish within the time window configured...
  11.         if($dt == date("Ymd",strtotime($startDate))){
  12. @@ -1173,7 +1173,7 @@
  13.                 <td style="padding:5px;">
  14.                     <input type="radio" name="pts_infosize" id="pts_infosize_all" value="all"<?php if ($options['pts_infosize'] == 'all') echo ' checked'; ?>>
  15.                     <?php
  16. -                   _e(' Show all information availble!','pts');
  17. +                   _e(' Show all information available!','pts');
  18.                     echo '<br/>';
  19.                     _e(' I want to see how this plugin works!','pts');
  20.                     echo '<br/>';
  21. --- readme.orig.txt 2015-05-28 00:42:54.000000000 +0100
  22. +++ readme.txt  2015-11-23 20:27:41.632617000 +0000
  23. @@ -92,7 +92,7 @@
  24.  
  25.  = Can I ask for changes and new functionalities on this plugin? =
  26.  
  27. -Yes. You can! I'm availble to talk about this! And I can do other plugins too.
  28. +Yes. You can! I'm available to talk about this! And I can do other plugins too.
  29.  
  30.  = Should I donate? =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement