Title: Plugin won&#8217;t change text
Last modified: September 8, 2021

---

# Plugin won’t change text

 *  Resolved [childledj](https://wordpress.org/support/users/childledj/)
 * (@childledj)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/plugin-wont-change-text/)
 * Hello
    I have installed Say What? plugin to change few strings on site
 * Add strings and text-domain and even text context (as shown on screenshot) but
   nothing changes
    The sources:
 *     ```
       $label = sprintf( __( 'Latest Past %s', 'the-events-calendar' ), tribe_get_event_label_plural() );
       ?>
       ```
   
 *     ```
       	'no_upcoming_events'               => sprintf(
       			/* Translators: %1$s is the lowercase plural virtual event term. */
       				_x(
       					'There are no upcoming %1$s.',
       					'A message to indicate there are no upcoming events.',
       					'the-events-calendar'
       				),
       				tribe_get_event_label_plural_lowercase()
       			),
       ```
   
 * The settings:
    [⌊2021-09-08-20-03-14⌉](https://ibb.co/ZfS1zGR)
 * And the result:
    [⌊2021-09-08-20-00-51⌉](https://ibb.co/RbPdHdY)
 * P.S. Already removed apostrophe after text-domain but still nothing changes
    -  This topic was modified 4 years, 9 months ago by [childledj](https://wordpress.org/support/users/childledj/).
    -  This topic was modified 4 years, 9 months ago by [childledj](https://wordpress.org/support/users/childledj/).
    -  This topic was modified 4 years, 9 months ago by [childledj](https://wordpress.org/support/users/childledj/).
    -  This topic was modified 4 years, 9 months ago by [childledj](https://wordpress.org/support/users/childledj/).
    -  This topic was modified 4 years, 9 months ago by [childledj](https://wordpress.org/support/users/childledj/).
    -  This topic was modified 4 years, 9 months ago by [childledj](https://wordpress.org/support/users/childledj/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-wont-change-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [childledj](https://wordpress.org/support/users/childledj/)
 * (@childledj)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/plugin-wont-change-text/#post-14852454)
 * [⌊2021-09-08-20-00-51⌉⌊2021-09-08-20-00-51⌉[
 *  Plugin Author [Lee Willis](https://wordpress.org/support/users/leewillis77/)
 * (@leewillis77)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/plugin-wont-change-text/#post-14853661)
 * You need to enter the full, exact strings as they appear in the original, it 
   looks like you’ve only set up part of the original string, not the whole string.
 *  Thread Starter [childledj](https://wordpress.org/support/users/childledj/)
 * (@childledj)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/plugin-wont-change-text/#post-14854398)
 * Thank you! it helps

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

The topic ‘Plugin won’t change text’ is closed to new replies.

 * ![](https://ps.w.org/say-what/assets/icon-256x256.jpg?rev=970013)
 * [Say What?](https://wordpress.org/plugins/say-what/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/say-what/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/say-what/)
 * [Active Topics](https://wordpress.org/support/plugin/say-what/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/say-what/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/say-what/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [childledj](https://wordpress.org/support/users/childledj/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/plugin-wont-change-text/#post-14854398)
 * Status: resolved