This commit is contained in:
Hylke Bons 2011-03-12 19:39:16 +00:00
parent 393e0e6b06
commit 61eb27fd08
2 changed files with 3 additions and 2 deletions

View file

@ -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 its not coffee o-clock?";
"Are you sure its not coffee o'clock?";
ProgressIndicator = new NSProgressIndicator () {

View file

@ -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,