From c57c00b390bac958ea5717a30a239123b44e7775 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 2 Nov 2019 12:02:53 +0100 Subject: [PATCH] fixup! i18n: incorporate feedback from AO --- po/hagrid/hagrid.pot | 2 +- src/gettext_strings.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/hagrid/hagrid.pot b/po/hagrid/hagrid.pot index 8204e26..6c95081 100644 --- a/po/hagrid/hagrid.pot +++ b/po/hagrid/hagrid.pot @@ -236,7 +236,7 @@ msgid "Verifying your email address…" msgstr "" #: src/gettext_strings.rs:56 -msgid "If the process doesn't complete after a few seconds, plese ." +msgid "If the process doesn't complete after a few seconds, please ." msgstr "" #: src/gettext_strings.rs:58 diff --git a/src/gettext_strings.rs b/src/gettext_strings.rs index d971317..bb04abb 100644 --- a/src/gettext_strings.rs +++ b/src/gettext_strings.rs @@ -53,7 +53,7 @@ fn _dummy() { t!("Your keys have been successfully uploaded:"); t!("Note: To make keys searchable by email address, you must upload them individually."); t!("Verifying your email address…"); - t!("If the process doesn't complete after a few seconds, plese ."); + t!("If the process doesn't complete after a few seconds, please ."); t!("Manage your key on {{domain}}");