change button text

This commit is contained in:
Hylke Bons 2010-05-15 12:43:42 +01:00
parent b655d45c70
commit 29f91c9547
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ namespace SparkleShare {
Modal = true; Modal = true;
Resizable = false; Resizable = false;
SetPosition (WindowPosition.Center); SetPosition (WindowPosition.Center);
Title = "Add Folder"; Title = "Add a Folder";
TransientFor = ParentSparkleWindow; TransientFor = ParentSparkleWindow;
VBox VBox = new VBox (false, 0); VBox VBox = new VBox (false, 0);

View file

@ -193,7 +193,7 @@ namespace SparkleShare {
}; };
Button AddButton = new Button ("Add…"); Button AddButton = new Button ("Add a Folder…");
AddButton.Clicked += delegate { AddButton.Clicked += delegate {
SparkleDialog = new SparkleDialog (this); SparkleDialog = new SparkleDialog (this);