Title: 2 simple gettext support missing
Last modified: May 31, 2018

---

# 2 simple gettext support missing

 *  [Zesen Huang](https://wordpress.org/support/users/zesen/)
 * (@zesen)
 * [8 years ago](https://wordpress.org/support/topic/2-simple-gettext-support-missing/)
 * Hey, first of all, thanks for this awesome plugin!
 * I was reading my hack notes earlier (which help me remember what needs to be 
   fixed manually after updating each plugin) and realized that two simple issues
   have not yet been fixed for a long time. Could you add them in your next update
   so that I can remove them from my notes? 🙂
 * 1 – php/admin-menus/class-edit-menu.php:
    `sprintf( __( 'The code snippet you
   are trying to save produced a fatal error on line %d:', 'code_snippets' )` should
   be `sprintf( __( 'The code snippet you are trying to save produced a fatal error
   on line %d:', 'code-snippets' )`
 * 2 – php/views/import.php:
    `<h2>Duplicate Snippets</h2>` should be `<h2><?php
   _e( 'Duplicate Snippets', 'code-snippets' ); ?></h2>`
 * thanks a lot!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [8 years ago](https://wordpress.org/support/topic/2-simple-gettext-support-missing/#post-10383426)
 * Hi Zesen,
 * My apologies for not getting onto this sooner. I’ve made the changes you suggest
   to the current version of the plugin, so they will be included in the next release.
 * Thanks for catching these mistakes and letting me know about them.

Viewing 1 replies (of 1 total)

The topic ‘2 simple gettext support missing’ is closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/2-simple-gettext-support-missing/#post-10383426)
 * Status: not a support question