From: Kevin Wasserman Date: Mon, 14 Jul 2014 17:46:11 +0000 (-0400) Subject: Fix typo 'Update Pasword' -> 'Update Password' X-Git-Tag: 0.7.1~5 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=commitdiff_plain;h=5112dbdae040783678cecaf03063b73dac284325 Fix typo 'Update Pasword' -> 'Update Password' --- 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);