setup: simpler success text

This commit is contained in:
Hylke Bons 2012-04-11 20:18:06 +02:00
parent d79408dc79
commit 2ff80a1074
3 changed files with 3 additions and 5 deletions

View file

@ -512,8 +512,7 @@ namespace SparkleShare {
SparkleUI.Bubbles.Controller.ShowBubble (title, subtext, null);
}
Header = _("Project " + System.IO.Path.GetFileName (Controller.PreviousPath) +
" successfully added!");
Header = _("Project " + System.IO.Path.GetFileName (Controller.PreviousPath) + " added!");
Description = _("Access the files from your SparkleShare folder.");
// A button that opens the synced folder

View file

@ -607,7 +607,7 @@ namespace SparkleShare {
case PageType.Finished: {
Header = "Project " + Path.GetFileName (Controller.PreviousPath) +
" succesfully added!";
" added!";
Description = "Access the files from your SparkleShare folder.";
if (warnings != null) {

View file

@ -541,8 +541,7 @@ namespace SparkleShare {
}
case PageType.Finished: {
Header = "Project " + Path.GetFileName (Controller.PreviousPath) +
" succesfully added!";
Header = "Project " + Path.GetFileName (Controller.PreviousPath) + " added!";
Description = "Access the files from your SparkleShare folder.";