Add missing translation mark
This commit is contained in:
parent
55fb00c67b
commit
12e40a13cb
@ -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 New Issue
Block a user