From eea7aecc04e225d2ec69926e7c992f7c095d3ae5 Mon Sep 17 00:00:00 2001 From: Mayeul Cantan Date: Wed, 28 Oct 2020 01:04:10 +0100 Subject: [PATCH] Wording: replace "encrypted room" with "encrypted private chat" This is for consistency with "Start a private chat", and is more specific. --- src/timeline/TimelineViewManager.cpp | 4 ++-- 1 file 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