diff options
author | trilene <trilene@runbox.com> | 2021-02-25 12:44:09 -0500 |
---|---|---|
committer | trilene <trilene@runbox.com> | 2021-02-25 12:44:09 -0500 |
commit | 12e40a13cb53232320397f1704b9b4e7adebb785 (patch) | |
tree | 81907bbc633253dc3151b64b7a0daa2c7c74cf0f /src/CallManager.cpp | |
parent | Merge remote-tracking branch 'upstream/master' into screenshare-x11 (diff) | |
download | nheko-12e40a13cb53232320397f1704b9b4e7adebb785.tar.xz |
Add missing translation mark
Diffstat (limited to '')
-rw-r--r-- | src/CallManager.cpp | 2 |
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( |