From 371551c0d5008d29530e89c1df7d90fb4ccc9ce2 Mon Sep 17 00:00:00 2001
From: Olivier SOLDANO <olivier.soldano@savoirfairelinux.com>
Date: Thu, 3 Nov 2016 13:05:36 -0400
Subject: [PATCH] ui: change button labels on creation wizard

Change the text of new Ring account and existing Ring account buttons,
to a more comprehensible text

Change-Id: Ibd3242094b0e17f1db48a605738308aafd7d72fd
---
 wizarddialog.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/wizarddialog.ui b/wizarddialog.ui
index efebf18..05504b5 100644
--- a/wizarddialog.ui
+++ b/wizarddialog.ui
@@ -74,7 +74,7 @@
         </spacer>
        </item>
        <item>
-        <widget class="QPushButton" name="existingPushButton">
+        <widget class="QPushButton" name="newAccountButton">
          <property name="minimumSize">
           <size>
            <width>85</width>
@@ -82,12 +82,12 @@
           </size>
          </property>
          <property name="text">
-          <string>Existing Ring Account</string>
+          <string>Create Ring account</string>
          </property>
         </widget>
        </item>
        <item>
-        <widget class="QPushButton" name="newAccountButton">
+        <widget class="QPushButton" name="existingPushButton">
          <property name="minimumSize">
           <size>
            <width>85</width>
@@ -95,7 +95,7 @@
           </size>
          </property>
          <property name="text">
-          <string>New Ring Account</string>
+          <string>Link this device to an existing account</string>
          </property>
         </widget>
        </item>
-- 
GitLab