mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add missing translation mark
This commit is contained in:
parent
55fb00c67b
commit
12e40a13cb
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ QStringList
|
|||
CallManager::windowList()
|
||||
{
|
||||
windows_.clear();
|
||||
windows_.push_back({"Entire screen", 0});
|
||||
windows_.push_back({tr("Entire screen"), 0});
|
||||
|
||||
#ifdef XCB_AVAILABLE
|
||||
std::unique_ptr<xcb_connection_t, std::function<void(xcb_connection_t *)>> connection(
|
||||
|
|
Loading…
Reference in a new issue