diff --git a/data/org.gnome.Fractal.gschema.xml.in b/data/org.gnome.Fractal.gschema.xml.in index eca4aca9..3a843448 100644 --- a/data/org.gnome.Fractal.gschema.xml.in +++ b/data/org.gnome.Fractal.gschema.xml.in @@ -3,23 +3,20 @@ -1 - Default window width - Default window width + Window width -1 - Default window height - Default window height + Window height false - Default window maximized behaviour - + Window maximized state true Enable markdown formatting - Whether or not to do markdown formatting when sending messages + Whether messages should be processed as markdown when sending them diff --git a/src/application.rs b/src/application.rs index 354c4bdf..038fff84 100644 --- a/src/application.rs +++ b/src/application.rs @@ -169,7 +169,7 @@ impl Application { .transient_for(&self.get_main_window()) .modal(true) .comments(gettext("A Matrix client for GNOME").as_str()) - .copyright(gettext("© 2017-2021 The Fractal Team").as_str()) + .copyright(gettext("© 2017-2022 The Fractal Team").as_str()) .authors(vec![ "Alejandro Domínguez".to_string(), "Alexandre Franke".to_string(), diff --git a/src/session/content/verification/identity_verification_widget.rs b/src/session/content/verification/identity_verification_widget.rs index c6b7368d..840d6c50 100644 --- a/src/session/content/verification/identity_verification_widget.rs +++ b/src/session/content/verification/identity_verification_widget.rs @@ -494,7 +494,7 @@ impl IdentityVerificationWidget { priv_.label4.set_label(&gettext( "Scan the QR code 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_.label5.set_label(&gettext("You scanned the QR code successfully. You may need to confirm the verification from the other session.")); priv_.label8.set_label(&gettext("Verify Session")); priv_ .label9 @@ -521,7 +521,7 @@ impl IdentityVerificationWidget { .set_label(&gettext("Verify the new session from the current session.")); priv_.label3.set_label(&gettext("Verify Session")); priv_.label4.set_label(&gettext("Scan the QR code from 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_.label5.set_label(&gettext("You scanned the QR code successfully. You may need to confirm the verification from the other session.")); priv_.label8.set_label(&gettext("Verify Session")); priv_.label9.set_label(&gettext( "Scan this QR code from the newly logged in session.",