瀏覽代碼

Reword 'resilio sync' poll option

Antony Male 8 年之前
父節點
當前提交
23370e3461
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      installer/common.iss

+ 2 - 2
installer/common.iss

@@ -380,7 +380,7 @@ begin
 
     Checklist.AddCheckBox('I couldn''t get Syncthing to work', '', 0, False, True, False, False, nil);
     Checklist.AddCheckBox('Syncthing doesn''t do what I need', '', 0, False, True, False, False, nil);
-    Checklist.AddCheckBox('I prefer Resilio Sync', '', 0, False, True, False, False, nil);
+    Checklist.AddCheckBox('I prefer another sync tool (please say which below)', '', 0, False, True, False, False, nil);
     Checklist.AddCheckBox('I don''t like SyncTrayzor - I''m going to use another wrapper', '', 0, False, True, False, False, nil);
     Checklist.AddCheckBox('Other (please expand below)', '', 0, False, True, False, False, nil);
 
@@ -430,7 +430,7 @@ begin
         ', "checklist": {' +
           ' "wontWork": '+ SerializeBool(Checklist.Checked[0]) + 
           ', "notWhatINeed": '+ SerializeBool(Checklist.Checked[1]) +
-          ', "preferResilio": '+ SerializeBool(Checklist.Checked[2]) +
+          ', "preferAnotherSyncTool": '+ SerializeBool(Checklist.Checked[2]) +
           ', "dontLikeSyncTrayzor": '+ SerializeBool(Checklist.Checked[3]) +
           ', "other": '+ SerializeBool(Checklist.Checked[4]) +
         ' }' +