mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Replaced some qsl with u""_q literal.
This commit is contained in:
@@ -799,7 +799,7 @@ void InnerWidget::paintEvent(QPaintEvent *e) {
|
||||
const auto text = _searchResults.empty()
|
||||
? tr::lng_search_no_results(tr::now)
|
||||
: showUnreadInSearchResults
|
||||
? qsl("Search results")
|
||||
? u"Search results"_q
|
||||
: tr::lng_search_found_results(
|
||||
tr::now,
|
||||
lt_count,
|
||||
|
Reference in New Issue
Block a user