Don't split sentences when it isn't necessary

This commit is contained in:
Łukasz Jernaś 2010-06-11 00:50:52 +02:00
parent 85f9c86856
commit 2333fa48ab

View file

@ -124,8 +124,7 @@ namespace SparkleShare {
SparkleBubble SyncingBubble =
new SparkleBubble (String.Format(_("Syncing folder {0}"), RepoName),
_("SparkleShare will notify you ") +
_("when this is done."));
_("SparkleShare will notify you when this is done."));
SyncingBubble.AddAction ("", _("Dismiss"),
delegate {