From b843b24f170987398e6686a34e2ea7942c392156 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Fri, 13 Oct 2017 14:12:19 +1300 Subject: [PATCH] remove disclaimer from welcome screen now that we have actual translations, this screen actually makes sense and we can remove the stuffy "(More language choices will appear in time)" text --- subiquity/ui/views/welcome.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subiquity/ui/views/welcome.py b/subiquity/ui/views/welcome.py index e85b1e63..78c1f253 100644 --- a/subiquity/ui/views/welcome.py +++ b/subiquity/ui/views/welcome.py @@ -35,9 +35,7 @@ class WelcomeView(BaseView): self.model = model self.controller = controller super().__init__(ListBox([ - Padding.center_50(self._build_model_inputs()), - Text(""), - Padding.center_79(Text(_("(More language choices will appear in time)")))])) + Padding.center_50(self._build_model_inputs())])) def _build_model_inputs(self): sl = []