From 61eb27fd085bf8021b1ed2e775b56bc89f155981 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 12 Mar 2011 19:39:16 +0000 Subject: [PATCH] Fix typo --- SparkleShare/Mac/SparkleIntro.cs | 3 ++- SparkleShare/Mac/SparkleWindow.cs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SparkleShare/Mac/SparkleIntro.cs b/SparkleShare/Mac/SparkleIntro.cs index 7f15022b..d021ae61 100644 --- a/SparkleShare/Mac/SparkleIntro.cs +++ b/SparkleShare/Mac/SparkleIntro.cs @@ -19,6 +19,7 @@ using System; using System.Drawing; using System.IO; using System.Timers; + using MonoMac.Foundation; using MonoMac.AppKit; using MonoMac.ObjCRuntime; @@ -456,7 +457,7 @@ namespace SparkleShare { Header = "Syncing folder ‘" + name + "’…"; Description = "This may take a while.\n" + - "You sure it’s not coffee o-clock?"; + "Are you sure it’s not coffee o'clock?"; ProgressIndicator = new NSProgressIndicator () { diff --git a/SparkleShare/Mac/SparkleWindow.cs b/SparkleShare/Mac/SparkleWindow.cs index c2fb6742..b0da98ed 100644 --- a/SparkleShare/Mac/SparkleWindow.cs +++ b/SparkleShare/Mac/SparkleWindow.cs @@ -70,7 +70,7 @@ namespace SparkleShare { HeaderTextField = new NSTextField () { - Frame = new RectangleF (190, Frame.Height - 100, 318, 48), + Frame = new RectangleF (190, Frame.Height - 100, Frame.Width, 48), BackgroundColor = NSColor.WindowBackground, Bordered = false, Editable = false,