summary refs log tree commit diff
path: root/src/timeline
diff options
context:
space:
mode:
authorMayeul Cantan <oss+nheko@mayeul.net>2020-10-28 01:04:10 +0100
committerMayeul Cantan <oss+nheko@mayeul.net>2020-10-31 22:23:55 +0100
commiteea7aecc04e225d2ec69926e7c992f7c095d3ae5 (patch)
tree759aaab6e8ce83925184362feb252906d4296964 /src/timeline
parentWording: change "Mobile mode" for "Touchscreen mode" (diff)
downloadnheko-eea7aecc04e225d2ec69926e7c992f7c095d3ae5.tar.xz
Wording: replace "encrypted room" with "encrypted private chat"
This is for consistency with "Start a private chat", and is more
specific.
Diffstat (limited to 'src/timeline')
-rw-r--r--src/timeline/TimelineViewManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/TimelineViewManager.cpp b/src/timeline/TimelineViewManager.cpp

index 1e8ed243..fd1aa2e6 100644 --- a/src/timeline/TimelineViewManager.cpp +++ b/src/timeline/TimelineViewManager.cpp
@@ -407,8 +407,8 @@ TimelineViewManager::verifyUser(QString userid) } emit ChatPage::instance()->showNotification( - tr("No share room with this user found. Create an " - "encrypted room with this user and try again.")); + tr("No encrypted private chat found with this user. Create an " + "encrypted private chat with this user and try again.")); } void