[geary/wip/714104-refine-account-dialog] Minor account editor UI text tweak
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/714104-refine-account-dialog] Minor account editor UI text tweak
- Date: Thu, 27 Dec 2018 00:06:59 +0000 (UTC)
commit e04b336991a582882e3ca1f99b0457f4c1369e27
Author: Michael Gratton <mike vee net>
Date: Fri Dec 21 10:12:46 2018 +1100
Minor account editor UI text tweak
src/client/accounts/accounts-editor-row.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/client/accounts/accounts-editor-row.vala b/src/client/accounts/accounts-editor-row.vala
index 4757f660..35a21829 100644
--- a/src/client/accounts/accounts-editor-row.vala
+++ b/src/client/accounts/accounts-editor-row.vala
@@ -545,7 +545,7 @@ internal class Accounts.OutgoingAuthComboBox : Gtk.ComboBoxText {
// Translators: ComboBox value for source of SMTP
// authentication credentials (use IMAP) when adding a new
// account
- _("Use incoming server login")
+ _("Use same login as receiving")
);
append(
@@ -553,7 +553,7 @@ internal class Accounts.OutgoingAuthComboBox : Gtk.ComboBoxText {
// Translators: ComboBox value for source of SMTP
// authentication credentials (custom) when adding a new
// account
- _("Use different login")
+ _("Use a different login")
);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]