From 61051195119690e676864a0d392a3dee94e54444 Mon Sep 17 00:00:00 2001
From: logan-keede <68557630+logan-keede@users.noreply.github.com>
Date: Sun, 29 Dec 2024 15:48:55 +0530
Subject: [PATCH] Update src/briefcase/commands/convert.py

from suggested changes

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
---
 src/briefcase/commands/convert.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/briefcase/commands/convert.py b/src/briefcase/commands/convert.py
index e2158c31e..24086ad45 100644
--- a/src/briefcase/commands/convert.py
+++ b/src/briefcase/commands/convert.py
@@ -334,8 +334,8 @@ def input_console_app(self, override_value: str | None) -> bool:
         options = ["GUI", "Console"]
         return (
             self.select_option(
-                intro=("is this a GUI application or a Console application?"),
-                variable="Interface Style",
+                intro="Is this a GUI application or a console application?",
+                variable="interface style",
                 default=None,
                 options=options,
                 override_value=override_value,