diff --git a/gajim/gtk/remove_account.py b/gajim/gtk/remove_account.py
index b30e5693b5df12759dbde844246585e63cb1b1e9..60ad57b7aac2084bd057028974577ecf7c6d473b 100644
--- a/gajim/gtk/remove_account.py
+++ b/gajim/gtk/remove_account.py
@@ -54,7 +54,7 @@ def __init__(self, account):
         success.set_title(_('Account Removed'))
         success.set_heading(_('Account Removed'))
         success.set_text(
-            _('Your account has has been unregistered successfully.'))
+            _('Your account has has been removed successfully.'))
 
         error = self.add_default_page('error')
         error.set_title(_('Account Removal Failed'))