[fractal/fractal-next] verification: Improve text for labels
- From: Julian Sparber <jsparber src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/fractal-next] verification: Improve text for labels
- Date: Tue, 22 Mar 2022 12:11:26 +0000 (UTC)
commit 9742cff5d12b07e8f4f323c033bec6d2d4693a62
Author: Julian Sparber <julian sparber net>
Date: Tue Mar 22 12:41:41 2022 +0100
verification: Improve text for labels
.../content/verification/identity_verification_widget.rs | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/session/content/verification/identity_verification_widget.rs
b/src/session/content/verification/identity_verification_widget.rs
index e6abab3af..fef82bb17 100644
--- a/src/session/content/verification/identity_verification_widget.rs
+++ b/src/session/content/verification/identity_verification_widget.rs
@@ -494,9 +494,9 @@ impl IdentityVerificationWidget {
priv_.label4.set_label(&gettext("Scan the QR code with this session from another session
logged into this account."));
priv_.label5.set_label(&gettext("You scanned to qr code successfully. You may need to
confirm the verification in the other session."));
priv_.label8.set_label(&gettext("Verify Session"));
- priv_.label9.set_label(&gettext(
- "Scan this qr code with the newly logged in session.",
- ));
+ priv_
+ .label9
+ .set_label(&gettext("Scan this QR code with the other session."));
priv_.label10.set_label(&gettext("Verify Session"));
priv_.label11.set_label(&gettext(
"Check if the same emoji appear in the same order on the other device.",
@@ -522,7 +522,7 @@ impl IdentityVerificationWidget {
priv_.label5.set_label(&gettext("You scanned to qr code successfully. You may need to
confirm the verification in the other session."));
priv_.label8.set_label(&gettext("Verify Session"));
priv_.label9.set_label(&gettext(
- "Scan this qr code with the newly logged in session.",
+ "Scan this QR code with the newly logged in session.",
));
priv_.label10.set_label(&gettext("Verify Session"));
priv_.label11.set_label(&gettext(
@@ -569,7 +569,7 @@ impl IdentityVerificationWidget {
name
));
priv_.label16.set_markup(&gettext!(
- "Does <b>{}</b> see a confirmation shield on there session?",
+ "Does <b>{}</b> see a confirmation shield on their session?",
name
));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]