setup: change tutorial slide text about link code location

This commit is contained in:
Hylke Bons 2013-03-06 20:08:38 +00:00
parent da7d57f9b4
commit 008736d229
3 changed files with 6 additions and 6 deletions

View file

@ -622,8 +622,8 @@ namespace SparkleShare {
case 4: {
Header = "Here's your unique link code";
Description = "You'll need it whenever you want to link this computer to a host" +
" (we keep a copy in your SparkleShare folder).";
Description = "You'll need it whenever you want to link this computer to a host. " +
"You can also find it in the status icon menu.";
Button finish_button = new Button ("Finish");
VBox layout_vertical = new VBox (false, 0) { BorderWidth = 48 };

View file

@ -658,8 +658,8 @@ namespace SparkleShare {
case 4: {
Header = "Here's your unique link code";
Description = "You'll need it whenever you want to link this computer to a host" +
" (we keep a copy in your SparkleShare folder).";
Description = "You'll need it whenever you want to link this computer to a host. " +
" You can also find it in the status icon menu.";
LinkCodeTextField = new NSTextField () {
StringValue = Program.Controller.CurrentUser.PublicKey,

View file

@ -904,8 +904,8 @@ namespace SparkleShare {
case 4: {
Header = "Here's your unique link code";
Description = "You'll need it whenever you want to link this computer to a host" +
" (we keep a copy in your SparkleShare folder).";
Description = "You'll need it whenever you want to link this computer to a host. " +
"You can also find it in the status icon menu.";
TextBox link_code_text_box = new TextBox () {