Title: Translate or?
Last modified: August 21, 2016

---

# Translate or?

 *  Resolved [Ircsome](https://wordpress.org/support/users/ircsome/)
 * (@ircsome)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/translate-or/)
 * Evaluating the free version.
 * Please don’t take offense 🙂 but my user doesn’t like the word ‘Booking’.
 * I realize that I could do a translation of everything, but is this the best way
   to make this one change?
 * Thanks for what looks like a great plugin.
 * [http://wordpress.org/plugins/events-manager/](http://wordpress.org/plugins/events-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/translate-or/#post-4252025)
 * Glad your enjoying the plugin 🙂
 * Try adding this code snippet to the functions.php file of your theme. Just replace
   NEWWORD with the word you want to use instead of bookings.
 *     ```
       function my_em_text_rewrites($translation, $orig, $domain) {
       	str_ireplace('booking','NEWWORD', $translation);
       	return $translation;
       }
       add_action ( 'gettext', 'my_em_text_rewrites', 1, 3 );
       ```
   
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/translate-or/#post-4252099)
 * or try formatting option at Events > Settings > Formatting > Events

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Translate or?’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/translate-or/#post-4252099)
 * Status: resolved