From e3ade56aba01c810a555fa3682c913e5eb69bf14 Mon Sep 17 00:00:00 2001 From: TEC Date: Sun, 16 Oct 2022 23:03:57 +0800 Subject: [PATCH] Questions: fix missing comma --- config/survey.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/survey.jl b/config/survey.jl index 1c2ac5f..85e2eda 100644 --- a/config/survey.jl +++ b/config/survey.jl @@ -248,7 +248,7 @@ the questions you see now will not necessarily be in the final survey.", ["Yes", "No"]), RadioSelect(:has_donated_fsf, "Do you contribute financially to Emacs development (via the FSF)", - ["No", "I have in the past" "Yes", + ["No", "I have in the past", "Yes", "I would if I could donate to Emacs directly" => "Would directly", "I would like to, but cannot" => "Cannot", :other]), RadioSelect(:has_donated_community,