mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 16:05:57 +00:00
Remove all legacy global namespace langs.
This commit is contained in:
@@ -614,7 +614,8 @@ void InnerWidget::paintEvent(QPaintEvent *e) {
|
||||
? tr::lng_search_no_results(tr::now)
|
||||
: showUnreadInSearchResults
|
||||
? qsl("Search results")
|
||||
: lng_search_found_results(
|
||||
: tr::lng_search_found_results(
|
||||
tr::now,
|
||||
lt_count,
|
||||
_searchedMigratedCount + _searchedCount);
|
||||
p.fillRect(0, 0, fullWidth, st::searchedBarHeight, st::searchedBarBg);
|
||||
@@ -2251,7 +2252,8 @@ void InnerWidget::refreshSearchInChatLabel() {
|
||||
return QString();
|
||||
}();
|
||||
if (!from.isEmpty()) {
|
||||
const auto fromUserText = lng_dlg_search_from(
|
||||
const auto fromUserText = tr::lng_dlg_search_from(
|
||||
tr::now,
|
||||
lt_user,
|
||||
textcmdLink(1, from));
|
||||
_searchFromUserText.setText(
|
||||
|
Reference in New Issue
Block a user