From 5112dbdae040783678cecaf03063b73dac284325 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Mon, 14 Jul 2014 13:46:11 -0400 Subject: [PATCH] Fix typo 'Update Pasword' -> 'Update Password' --- src/moonshot-identity-management-view.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moonshot-identity-management-view.vala b/src/moonshot-identity-management-view.vala index c5c2a1e..7880b34 100644 --- a/src/moonshot-identity-management-view.vala +++ b/src/moonshot-identity-management-view.vala @@ -829,7 +829,7 @@ SUCH DAMAGE. password_entry.set_sensitive (false); this.remember_checkbutton = new CheckButton.with_label (_("Remember password")); remember_checkbutton.set_sensitive(false); - this.update_password_button = new Button.with_label (_("Update Pasword")); + this.update_password_button = new Button.with_label (_("Update Password")); this.update_password_button.clicked.connect(update_password_cb); set_atk_relation (issuer_label, issuer_entry, Atk.RelationType.LABEL_FOR); -- 2.1.4