[polari/wip/fmuellner/design-review: 9/15] Use "Next" when in kinda-initial-setup mode



commit 07d3a16febaddd7a6cdfa888d02cba770ff5ec77
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Feb 25 13:37:59 2016 +0100

    Use "Next" when in kinda-initial-setup mode

 src/joinDialog.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/joinDialog.js b/src/joinDialog.js
index 7557774..0b5cc44 100644
--- a/src/joinDialog.js
+++ b/src/joinDialog.js
@@ -281,7 +281,8 @@ const JoinDialog = new Lang.Class({
         this.title = isMain ? _("Join Chat Room")
                             : _("Add Network");
         this._joinButton.label = isMain ? _("_Join")
-                                        : _("_Connect");
+                                        : isAccountsEmpty ? _("_Next")
+                                                          : _("_Connect");
         this._mainStack.visible_child_name = isMain ? 'main' : 'connection';
         this._updateCanJoin();
     }


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