diff options
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ class LanguageSupportWindow: if ct.getSelection() == []: ButtonChoiceWindow(screen, _("Invalid Choice"), - _("You select at least one language to install."), + _("You must select at least one language to install."), buttons = [ _("OK") ], width = 40) else: |