general: Remove periods from single sentences

This is done to align with the HIG rule about periods in single sentence
strings.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3280>
This commit is contained in:
Jamie Gravendeel
2024-04-24 13:14:47 +02:00
parent 779dfb6600
commit 448df5c58e
14 changed files with 33 additions and 33 deletions

View File

@ -830,7 +830,7 @@ export const SearchResultsView = GObject.registerClass({
if (this.searchInProgress)
this._statusText.set_text(_('Searching…'));
else
this._statusText.set_text(_('No results.'));
this._statusText.set_text(_('No results'));
}
}