Fix some more symbolic icon names

Reviewed by Jasper St. Pierre in IRC.
This commit is contained in:
Giovanni Campagna
2012-08-30 22:20:19 +02:00
parent 82c8aad157
commit dc10e61a20
4 changed files with 4 additions and 4 deletions

View File

@ -1771,7 +1771,7 @@ const NMApplet = new Lang.Class({
wrapper._activationFailedId = wrapper.connect('activation-failed', Lang.bind(this, function(device, reason) {
// XXX: nm-applet has no special text depending on reason
// but I'm not sure of this generic message
this._notifyForDevice(device, 'network-error',
this._notifyForDevice(device, 'network-error-symbolic',
_("Connection failed"),
_("Activation of network connection failed"),
MessageTray.Urgency.HIGH);