linux setup: Fix inconsistent phrasing

This commit is contained in:
Hylke Bons 2014-07-27 15:48:54 +02:00
parent 2c255ad7a6
commit 2b789e1e4c

View file

@ -312,7 +312,7 @@ namespace SparkleShare {
add_button.Clicked += delegate { Controller.AddPageCompleted (address_entry.Text, path_entry.Text); };
CheckButton check_button = new CheckButton ("Fetch prior history") { Active = true };
CheckButton check_button = new CheckButton ("Fetch prior revisions") { Active = true };
check_button.Toggled += delegate { Controller.HistoryItemChanged (check_button.Active); };
AddOption (check_button);