aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings
diff options
context:
space:
mode:
Diffstat (limited to 'capplet/settings')
-rw-r--r--capplet/settings/mail-settings-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplet/settings/mail-settings-view.c b/capplet/settings/mail-settings-view.c
index aa19e6d4d1..dc786b3349 100644
--- a/capplet/settings/mail-settings-view.c
+++ b/capplet/settings/mail-settings-view.c
@@ -143,7 +143,7 @@ build_account_button (MailSettingsView *acview, EAccount *account)
}
if (account)
- tmp = g_strdup_printf("%s %s...", _("Modify"), e_account_get_string(account, E_ACCOUNT_ID_ADDRESS));
+ tmp = g_strdup_printf (_("Modify %s..."), e_account_get_string(account, E_ACCOUNT_ID_ADDRESS));
else
tmp = _("Add a new account");
tlabel = gtk_label_new(tmp);