[Feedback] IDEA-345939 In-IDE Startup survey

Fix wording

GitOrigin-RevId: 30a2f640456526ad16c262b834497617ef9f1530
This commit is contained in:
Dmitry Pogrebnoy
2024-02-29 10:35:01 +01:00
committed by intellij-monorepo-bot
parent 8b3d6afb4a
commit 17ba7b86c5
2 changed files with 6 additions and 6 deletions

View File

@@ -12,11 +12,11 @@ ide.startup.dialog.question.2.option.2=Somewhat slower than the standard
ide.startup.dialog.question.2.option.3=Meets the standard
ide.startup.dialog.question.2.option.4=Somewhat faster than the standard
ide.startup.dialog.question.2.option.5=Far faster than the standard
ide.startup.dialog.question.3.label=Which of the following describes you the best:
ide.startup.dialog.question.3.option.1=I launched the IDE and left. I was not looking at the screen and was okay with this
ide.startup.dialog.question.3.option.2=I launched the IDE and left. I was not looking at the screen and was not okay with this
ide.startup.dialog.question.3.option.3=I would like specific features but only periodically check the IDE updates without acting
ide.startup.dialog.question.3.option.4=I was waiting for the IDE actively, constantly trying to interact with it until it was ready
ide.startup.dialog.question.3.label=What did you do while waiting for the IDE to load?
ide.startup.dialog.question.3.option.1=I actively wait for the IDE to load and try to interact with it until it's ready
ide.startup.dialog.question.3.option.2=I check the screen while the IDE loads, but I would rather have something useful to do
ide.startup.dialog.question.3.option.3=I go AFK while the IDE loads, but I would rather stay and have something useful to do
ide.startup.dialog.question.3.option.4=I go AFK while the IDE loads, and I'm okay with not looking at the screen
ide.startup.dialog.question.4.label=What kind of functionality would you like to have available while the IDE is not ready?
ide.startup.dialog.question.4.option.none=Nothing, I am happy with doing my own stuff
ide.startup.dialog.question.4.option.1=Refactorings

View File

@@ -20,7 +20,7 @@ class IdeStartupFeedbackDialog(
) : BlockBasedFeedbackDialogWithEmail<CommonFeedbackSystemData>(project, forTest) {
/** Increase the additional number when feedback format is changed */
override val myFeedbackJsonVersion: Int = super.myFeedbackJsonVersion + 1
override val myFeedbackJsonVersion: Int = super.myFeedbackJsonVersion + 2
override val zendeskTicketTitle: String = "${ApplicationNamesInfo.getInstance().fullProductName} Startup Feedback"
override val zendeskFeedbackType: String = "Startup Feedback"