Problem/Motivation
Spaces before or after a string that you search to translate returns nothing.
Steps to reproduce
1. Install the "Interface Translation" (locale) module.
2. Go to /admin/config/regional/translate
3. Search for "More " with two spaces before or after.
Proposed resolution
Use php trim function to remove space from search string value.