[polari/wip/fmuellner/design-review: 4/7] ui: Rebrand "Connections" as "Networks"



commit d38f497a60e7901a80bede3ad3d827c86635c03c
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Feb 21 00:12:11 2016 +0100

    ui: Rebrand "Connections" as "Networks"
    
    The term "Connections" was used in the early mockups, so that's what
    we ended up with. It's not really intuitive though (nor are Telepathy's
    "Accounts" for IRC), so start referring to them as "Networks" now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762390

 data/resources/connection-details.ui |    2 +-
 data/resources/join-room-dialog.ui   |    4 ++--
 src/joinDialog.js                    |    2 +-
 src/roomList.js                      |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/resources/connection-details.ui b/data/resources/connection-details.ui
index cdd7845..b14bc8a 100644
--- a/data/resources/connection-details.ui
+++ b/data/resources/connection-details.ui
@@ -10,7 +10,7 @@
                   bind-property="has-service"
                   bind-flags="invert-boolean|sync-create"/>
         <property name="halign">end</property>
-        <property name="label" translatable="yes">_Connection Name</property>
+        <property name="label" translatable="yes">Net_work Name</property>
         <property name="use-underline">True</property>
         <property name="mnemonic-widget">nameEntry</property>
       </object>
diff --git a/data/resources/join-room-dialog.ui b/data/resources/join-room-dialog.ui
index 0251cea..bb8ffcd 100644
--- a/data/resources/join-room-dialog.ui
+++ b/data/resources/join-room-dialog.ui
@@ -94,7 +94,7 @@
                         <child>
                           <object class="GtkLabel">
                             <property name="visible">True</property>
-                            <property name="label" translatable="yes">_Add Connection</property>
+                            <property name="label" translatable="yes">_Add Network</property>
                             <property name="use-underline">True</property>
                             <property name="mnemonic-widget">connectionButton</property>
                           </object>
@@ -243,7 +243,7 @@
                 </child>
                 <child>
                   <object class="GtkToggleButton" id="customToggle">
-                    <property name="label" translatable="yes">_Custom Connection</property>
+                    <property name="label" translatable="yes">_Custom Network</property>
                     <property name="visible">True</property>
                     <property name="receives-default">True</property>
                     <property name="use-underline">True</property>
diff --git a/src/joinDialog.js b/src/joinDialog.js
index 3b395f0..3f98f76 100644
--- a/src/joinDialog.js
+++ b/src/joinDialog.js
@@ -262,7 +262,7 @@ const JoinDialog = new Lang.Class({
         this._joinButton.visible = isMain;
         this._cancelButton.visible = isMain;
         this.title = isMain ? _("Join Chat Room")
-                            : _("Add Connection");
+                            : _("Add Network");
         this._mainStack.visible_child_name = isMain ? 'main' : 'connection';
         this._updateCanJoin();
     }
diff --git a/src/roomList.js b/src/roomList.js
index f2cc3b5..f26f2c4 100644
--- a/src/roomList.js
+++ b/src/roomList.js
@@ -210,7 +210,7 @@ const RoomListHeader = new Lang.Class({
         if (parent)
           parent.invalidate_sort();
 
-        let accessibleName = _("Connection %s has an error").format(this._account.display_name);
+        let accessibleName = _("Network %s has an error").format(this._account.display_name);
         this.get_accessible().set_name(accessibleName);
     },
 


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