summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2021-02-25 12:44:09 -0500
committertrilene <trilene@runbox.com>2021-02-25 12:44:09 -0500
commit12e40a13cb53232320397f1704b9b4e7adebb785 (patch)
tree81907bbc633253dc3151b64b7a0daa2c7c74cf0f /src
parentMerge remote-tracking branch 'upstream/master' into screenshare-x11 (diff)
downloadnheko-12e40a13cb53232320397f1704b9b4e7adebb785.tar.xz
Add missing translation mark
Diffstat (limited to 'src')
-rw-r--r--src/CallManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CallManager.cpp b/src/CallManager.cpp

index 67e30c4e..40be3a12 100644 --- a/src/CallManager.cpp +++ b/src/CallManager.cpp
@@ -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(