Fix user visible typo: s/estabilished/established/

The affected translations are also modified to not cause any
inconvenience for translators.
This commit is contained in:
Wouter Bolsterlee
2011-03-19 01:16:16 +01:00
parent e0424a7017
commit 8ab25de6c6
13 changed files with 14 additions and 14 deletions

View File

@ -1805,7 +1805,7 @@ NMApplet.prototype = {
icon_size: this._source.ICON_SIZE
});
let notification = new MessageTray.Notification(this._source,
_("Connection estabilished"),
_("Connection established"),
banner,
{ icon: iconActor });
this._source.notify(notification);