Added contexts to various Unknown strings

Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=659968
This commit is contained in:
Piotr Drąg
2012-06-01 14:44:40 +02:00
parent 934e5aacab
commit 022376dd56
4 changed files with 4 additions and 4 deletions

View File

@ -212,7 +212,7 @@ const DeviceItem = new Lang.Class({
case UPDeviceType.COMPUTER:
return _("Computer");
default:
return _("Unknown");
return C_("device", "Unknown");
}
}
});