Skip to content
Snippets Groups Projects
Commit 63d766d1 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

rendezvous: update text

Change-Id: Ie62a497e793cf18fc66d2299549a0a0f3ae2d94a
parent 5367bbdb
Branches
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ BOOL isRendevous = false; ...@@ -134,7 +134,7 @@ BOOL isRendevous = false;
- (void)show { - (void)show {
NSString *buttonTitle = isRendevous ? NSString *buttonTitle = isRendevous ?
NSLocalizedString(@"Choose a name for your rendezvous", @"Choose registered name for rendezvous") : NSLocalizedString(@"Choose a name for your rendezvous point", @"Choose registered name for rendezvous") :
NSLocalizedString(@"Choose a username for your account", @"Choose registered name for account"); NSLocalizedString(@"Choose a username for your account", @"Choose registered name for account");
[enableUsername setTitle:buttonTitle]; [enableUsername setTitle:buttonTitle];
[passwordButtonContainer setHidden: isRendevous]; [passwordButtonContainer setHidden: isRendevous];
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
- (void)showNewAccountVC:(BOOL) isRendezvous - (void)showNewAccountVC:(BOOL) isRendezvous
{ {
NSString* title = isRendezvous ? NSLocalizedString(@"Create rendezvous", NSString* title = isRendezvous ? NSLocalizedString(@"Create a rendezvous point",
@"Create rendezvous title") : NSLocalizedString(@"Create a new account", @"Create rendezvous title") : NSLocalizedString(@"Create a new account",
@"Welcome title"); @"Welcome title");
[self.windowHeader setStringValue: title]; [self.windowHeader setStringValue: title];
......
...@@ -146,8 +146,8 @@ ...@@ -146,8 +146,8 @@
</connections> </connections>
</button> </button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="YQr-hN-cWA"> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="YQr-hN-cWA">
<rect key="frame" x="18" y="32" width="438" height="18"/> <rect key="frame" x="18" y="32" width="430" height="18"/>
<buttonCell key="cell" type="check" title="Enable rendez-vous mode: turn your account into a conference room" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="2cZ-SI-nbz"> <buttonCell key="cell" type="check" title="Enable rendezvous point: turn your account into a conference room" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="2cZ-SI-nbz">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/> <font key="font" metaFont="system"/>
</buttonCell> </buttonCell>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
"Create a new account" = "Create a new account"; "Create a new account" = "Create a new account";
/* Create rendezvous title */ /* Create rendezvous title */
"Create rendezvous" = "Create rendezvous"; "Create a rendezvous point" = "Create a rendezvous point";
/* Backup enter password */ /* Backup enter password */
"Enter account password" = "Enter account password"; "Enter account password" = "Enter account password";
...@@ -230,4 +230,4 @@ ...@@ -230,4 +230,4 @@
"Choose a username for your account" = "Choose a username for your account"; "Choose a username for your account" = "Choose a username for your account";
/* Choose registered name for rendezvous */ /* Choose registered name for rendezvous */
"Choose a name for your rendezvous" = "Choose a name for your rendezvous"; "Choose a name for your rendezvous point" = "Choose a name for your rendezvous point";
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<constraints> <constraints>
<constraint firstAttribute="height" constant="24" id="Bre-De-DSA"/> <constraint firstAttribute="height" constant="24" id="Bre-De-DSA"/>
</constraints> </constraints>
<buttonCell key="cell" type="bevel" title="Create rendezvous" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="YDj-ss-AYE"> <buttonCell key="cell" type="bevel" title="Create a rendezvous point" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="YDj-ss-AYE">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/> <font key="font" metaFont="system"/>
</buttonCell> </buttonCell>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment