Merge lp:~elementary-apps/pantheon-mail/no-geary-ui into lp:~elementary-apps/pantheon-mail/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 1949
Merged at revision: 1949
Proposed branch: lp:~elementary-apps/pantheon-mail/no-geary-ui
Merge into: lp:~elementary-apps/pantheon-mail/trunk
Diff against target: 144 lines (+15/-15)
7 files modified
data/ui/account_spinner.ui (+1/-1)
data/ui/composer.ui (+1/-1)
data/ui/upgrade_dialog.ui (+1/-1)
src/client/accounts/add-edit-page.vala (+1/-1)
src/client/application/geary-controller.vala (+6/-6)
src/client/dialogs/certificate-warning-dialog.vala (+4/-4)
src/client/dialogs/password-dialog.vala (+1/-1)
To merge this branch: bzr merge lp:~elementary-apps/pantheon-mail/no-geary-ui
Reviewer Review Type Date Requested Status
Ralph Plawetzki (community) Approve
Review via email: mp+284333@code.launchpad.net

Commit message

Replace instances of Geary in .ui files with Mail

To post a comment you must log in.
1949. By Ralph Plawetzki

replace instances of Geary with Mail

Revision history for this message
Ralph Plawetzki (purejava) wrote :

Looks good.

review: Approve
Revision history for this message
Ralph Plawetzki (purejava) wrote :

> Looks good.

Forget to say that I changed some more strings as discussed on slack before.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/ui/account_spinner.ui'
2--- data/ui/account_spinner.ui 2015-12-14 17:36:36 +0000
3+++ data/ui/account_spinner.ui 2016-01-29 06:24:26 +0000
4@@ -38,7 +38,7 @@
5 <object class="GtkLabel" id="label1">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8- <property name="label" translatable="yes">Please wait while Geary validates your account.</property>
9+ <property name="label" translatable="yes">Please wait while Mail validates your account.</property>
10 </object>
11 <packing>
12 <property name="expand">False</property>
13
14=== modified file 'data/ui/composer.ui'
15--- data/ui/composer.ui 2015-12-14 17:36:36 +0000
16+++ data/ui/composer.ui 2016-01-29 06:24:26 +0000
17@@ -437,7 +437,7 @@
18 <object class="GtkLabel" id="from label">
19 <property name="visible">True</property>
20 <property name="can_focus">False</property>
21- <property name="label" translatable="yes" comments="Geary account mail will be sent from">From</property>
22+ <property name="label" translatable="yes" comments="Account mail will be sent from">From</property>
23 <property name="justify">right</property>
24 <property name="mnemonic_widget">to</property>
25 <property name="xalign">1</property>
26
27=== modified file 'data/ui/upgrade_dialog.ui'
28--- data/ui/upgrade_dialog.ui 2015-12-14 17:36:36 +0000
29+++ data/ui/upgrade_dialog.ui 2016-01-29 06:24:26 +0000
30@@ -57,7 +57,7 @@
31 <object class="GtkLabel" id="text_label">
32 <property name="visible">True</property>
33 <property name="can_focus">False</property>
34- <property name="label" translatable="yes">Geary update in progress…</property>
35+ <property name="label" translatable="yes">Mail update in progress…</property>
36 </object>
37 <packing>
38 <property name="left_attach">1</property>
39
40=== modified file 'src/client/accounts/add-edit-page.vala'
41--- src/client/accounts/add-edit-page.vala 2015-12-14 17:46:52 +0000
42+++ src/client/accounts/add-edit-page.vala 2016-01-29 06:24:26 +0000
43@@ -768,7 +768,7 @@
44 error_string += _(" &#8226; Invalid account nickname.\n");
45
46 if (last_validation_result.is_all_set(Geary.Engine.ValidationResult.EMAIL_EXISTS))
47- error_string += _(" &#8226; Email address already added to Geary.\n");
48+ error_string += _(" &#8226; Email address already added to Mail.\n");
49
50 if (get_service_provider() == Geary.ServiceProvider.OTHER) {
51 if (last_validation_result.is_all_set(Geary.Engine.ValidationResult.IMAP_CONNECTION_FAILED))
52
53=== modified file 'src/client/application/geary-controller.vala'
54--- src/client/application/geary-controller.vala 2016-01-28 17:48:53 +0000
55+++ src/client/application/geary-controller.vala 2016-01-29 06:24:26 +0000
56@@ -1049,12 +1049,12 @@
57 switch (message) {
58 case StatusBar.Message.OUTBOX_SEND_FAILURE:
59 libnotify.set_error_notification(_("Error sending email"),
60- _("Geary encountered an error sending an email. If the problem persists, please manually delete the email from your Outbox folder."));
61+ _("Mail encountered an error sending an email. If the problem persists, please manually delete the email from your Outbox folder."));
62 break;
63
64 case StatusBar.Message.OUTBOX_SAVE_SENT_MAIL_FAILED:
65 libnotify.set_error_notification(_("Error saving sent mail"),
66- _("Geary encountered an error saving a sent message to Sent Mail. The message will stay in your Outbox folder until you delete it."));
67+ _("Mail encountered an error saving a sent message to Sent Mail. The message will stay in your Outbox folder until you delete it."));
68 break;
69
70 default:
71@@ -1136,7 +1136,7 @@
72 // have provisions for that.
73 AlertDialog dialog = new QuestionDialog(main_window,
74 _("Unable to open the database for %s").printf(account.information.email),
75- _("There was an error opening the local mail database for this account. This is possibly due to corruption of the database file in this directory:\n\n%s\n\nGeary can rebuild the database and re-synchronize with the server or exit.\n\nRebuilding the database will destroy all local email and its attachments. <b>The mail on the your server will not be affected.</b>")
76+ _("There was an error opening the local mail database for this account. This is possibly due to corruption of the database file in this directory:\n\n%s\n\nMail can rebuild the database and re-synchronize with the server or exit.\n\nRebuilding the database will destroy all local email and its attachments. <b>The mail on the your server will not be affected.</b>")
77 .printf(account.information.settings_dir.get_path()),
78 _("_Rebuild"), _("E_xit"));
79 dialog.use_secondary_markup(true);
80@@ -1181,7 +1181,7 @@
81 private async void account_database_version_async(Geary.Account account) {
82 ErrorDialog dialog = new ErrorDialog(main_window,
83 _("Unable to open local mailbox for %s").printf(account.information.email),
84- _("The version number of the local mail database is formatted for a newer version of Geary. Unfortunately, the database cannot be \"rolled back\" to work with this version of Geary.\n\nPlease install the latest version of Geary and try again."));
85+ _("The version number of the local mail database is formatted for a newer version of Mail. Unfortunately, the database cannot be \"rolled back\" to work with this version of Mail.\n\nPlease install the latest version of Mail and try again."));
86 dialog.run();
87
88 GearyApplication.instance.exit(1);
89@@ -1192,7 +1192,7 @@
90 // Geary today with an account in unopened state, so have to exit
91 ErrorDialog dialog = new ErrorDialog(main_window,
92 _("Unable to open local mailbox for %s").printf(account.information.email),
93- _("There was an error opening the local account. This is probably due to connectivity issues.\n\nPlease check your network connection and restart Geary."));
94+ _("There was an error opening the local account. This is probably due to connectivity issues.\n\nPlease check your network connection and restart Mail."));
95 dialog.run();
96
97 GearyApplication.instance.exit(1);
98@@ -2399,7 +2399,7 @@
99
100 ConfirmationDialog dialog = new ConfirmationDialog(main_window,
101 _("Empty all email from your %s folder?").printf(special_folder_type.get_display_name()),
102- _("This removes the email from Geary and your email server.")
103+ _("This removes the email from Mail and your email server.")
104 + " <b>" + _("This cannot be undone.") + "</b>",
105 _("Empty %s").printf(special_folder_type.get_display_name()));
106 dialog.use_secondary_markup(true);
107
108=== modified file 'src/client/dialogs/certificate-warning-dialog.vala'
109--- src/client/dialogs/certificate-warning-dialog.vala 2015-12-14 17:46:52 +0000
110+++ src/client/dialogs/certificate-warning-dialog.vala 2016-01-29 06:24:26 +0000
111@@ -49,16 +49,16 @@
112 // could be a new or existing account
113 dont_trust_label.label =
114 "<b>"
115- + _("Selecting \"Don't Trust This Server\" will cause Geary not to access this server.")
116+ + _("Selecting \"Don't Trust This Server\" will cause Mail not to access this server.")
117 + "</b> "
118- + _("Geary will not add or update this email account.");
119+ + _("Mail will not add or update this email account.");
120 } else {
121 // a registered account
122 dont_trust_label.label =
123 "<b>"
124- + _("Selecting \"Don't Trust This Server\" will cause Geary to stop accessing this account.")
125+ + _("Selecting \"Don't Trust This Server\" will cause Mail to stop accessing this account.")
126 + "</b> "
127- + _("Geary will exit if you have no other open email accounts.");
128+ + _("Mail will exit if you have no other open email accounts.");
129 }
130 dont_trust_label.use_markup = true;
131
132
133=== modified file 'src/client/dialogs/password-dialog.vala'
134--- src/client/dialogs/password-dialog.vala 2015-12-14 17:46:52 +0000
135+++ src/client/dialogs/password-dialog.vala 2016-01-29 06:24:26 +0000
136@@ -13,7 +13,7 @@
137 // strings, and Glade doesn't support the "larger" size attribute. See this bug report for
138 // details: https://bugzilla.gnome.org/show_bug.cgi?id=679006
139 private const string PRIMARY_TEXT_MARKUP = "<span weight=\"bold\" size=\"larger\">%s</span>";
140- private const string PRIMARY_TEXT_FIRST_TRY = _("Geary requires your email password to continue");
141+ private const string PRIMARY_TEXT_FIRST_TRY = _("Mail requires your email password to continue");
142
143 private Gtk.Dialog dialog;
144 private Gtk.Entry entry_password;

Subscribers

People subscribed via source and target branches