mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
network-status: Remove colloquialism in string
s/You're/You are/ https://bugzilla.gnome.org/show_bug.cgi?id=645037
This commit is contained in:
parent
e943dcafa4
commit
e81cee3949
1 changed files with 1 additions and 1 deletions
|
|
@ -1745,7 +1745,7 @@ NMApplet.prototype = {
|
|||
wrapper._networkLostId = wrapper.connect('network-lost', Lang.bind(this, function(device) {
|
||||
this._notifyForDevice(device, 'network-offline',
|
||||
_("Connectivity lost"),
|
||||
_("You're no longer connected to the network"),
|
||||
_("You are no longer connected to the network"),
|
||||
// set critical urgency to popup the notification automatically
|
||||
MessageTray.Urgency.CRITICAL);
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue