• Resolved SimonRWaters

    (@simonrwaters)


    Here is a diff for annual_archive.php svn head for 2015-12-02, which corrects the most egregious typos and removes all commented out code. I know I’m REALLY fun at parties.

    I couldn’t find any of these in the translations.

    I didn’t test it properly (be warned).

    34c34
    < var $plguin_options_page_title = ‘Annunal Archive Options’;

    > var $plugin_options_page_title = ‘Annunal Archive Options’;
    90c90
    < $options_page = add_options_page($this->plguin_options_page_title, $this->plugin_options_menue_title, ‘manage_options’, $this->plugin_options_slug, array( $this, ‘options_page’ ));

    > $options_page = add_options_page($this->plugin_options_page_title, $this->plugin_options_menue_title, ‘manage_options’, $this->plugin_options_slug, array( $this, ‘options_page’ ));
    215c215
    < <p><?php _e( ‘<p>Congradulations! You have reach the very deapths of your Dashboard. This is probably least visited corner of your site, and yet here you are, reading this, hopeing to be enlightened or rewarded in some way.</p><p>Well, we hate to leave you hanging, all disapointed, so here is a little tip or two for you.</p> <p>Get back to work!</p> <p>The sooner you finish that task, check that box of your list, wrap your day up, the sooner you can get on with the more important things in life that matter.</p> <p>Things like:

    • playing with your dog
    • calling your mother
    • changing the sheets on the bed
    • flossing your teeth
    • simply sipping a cool beverage in a hammock

    <p>Now get on with it, there is a whole world out there to see!</p>’, ‘anual-archive’ ); ?></p>

    > <p><?php _e( ‘<p>Congratulations! You have reach the very deapths of your Dashboard. This is probably least visited corner of your site, and yet here you are, reading this, hopeing to be enlightened or rewarded in some way.</p><p>Well, we hate to leave you hanging, all disapointed, so here is a little tip or two for you.</p> <p>Get back to work!</p> <p>The sooner you finish that task, check that box of your list, wrap your day up, the sooner you can get on with the more important things in life that matter.</p> <p>Things like:

    • playing with your dog
    • calling your mother
    • changing the sheets on the bed
    • flossing your teeth
    • simply sipping a cool beverage in a hammock

    <p>Now get on with it, there is a whole world out there to see!</p>’, ‘anual-archive’ ); ?></p>
    237c237
    < <p><?php printf( __(‘Annual Archive widget extends the default WordPress Archive widget to allow daily, weekly, monthly, yearly, postbypost and alpha archives to be displayed. Archives can be displyed in the sidebar using a widget—and even placed in a post or page by using a shortcode. A %scomplete listing of shortcode options and attribute demos%s are available, as well as %sfree, open-source community support%s. The Annual Archive widget—A better archive widget. Yup, that is pretty much it. Oh, one more thing: The plugin can be translated into any language using our %scommunity translation tool%s. Ok, that is really it.’, ‘anual-archive’) ,’‘,’‘, ‘‘, ‘‘, ‘‘, ‘‘) ?></p>

    > <p><?php printf( __(‘Annual Archive widget extends the default WordPress Archive widget to allow daily, weekly, monthly, yearly, postbypost and alpha archives to be displayed. Archives can be displayed in the sidebar using a widget—and even placed in a post or page by using a shortcode. A %scomplete listing of shortcode options and attribute demos%s are available, as well as %sfree, open-source community support%s. The Annual Archive widget—A better archive widget. Yup, that is pretty much it. Oh, one more thing: The plugin can be translated into any language using our %scommunity translation tool%s. Ok, that is really it.’, ‘anual-archive’) ,’‘,’‘, ‘‘, ‘‘, ‘‘, ‘‘) ?></p>
    258d257
    < <!–<p style=”padding: 5px; border: 1px dashed #cccc66; background: #EEE;”>Special Offer: Update to Archive-Pro-Matic with discount code: MAYTHEFORTH on or before May 4th, 2015 and get a 15% discount. Why? Because Star Wars, that’s why.</p>–>
    263d261
    < <!–

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Too many typos’ is closed to new replies.