[gnome-shell] network-status: Remove colloquialism in string



commit e81cee3949331a571c96e9de58dea9d2d8bfd465
Author: Florian MÃllner <fmuellner gnome org>
Date:   Wed Sep 7 13:56:08 2011 +0200

    network-status: Remove colloquialism in string
    
    s/You're/You are/
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645037

 js/ui/status/network.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index 85dcc9d..421c5ba 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -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);
             }));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]