From 274f7bd9a04f42db6a6f917a8bd57d14de7453ba Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Sat, 12 Oct 2024 15:19:42 -0400 Subject: [PATCH] Fix grammatical errors in reinstall dialog --- src/properties_page/properties_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/properties_page/properties_page.py b/src/properties_page/properties_page.py index 607f822..0a27268 100644 --- a/src/properties_page/properties_page.py +++ b/src/properties_page/properties_page.py @@ -296,7 +296,7 @@ class PropertiesPage(Adw.NavigationPage): dialog = Adw.AlertDialog( heading=_("Reinstall {}?").format(self.package.info['name']), - body=_("The package will be uninstalled, and the reinstalled from the same remote and installation.") + body=_("This package will be uninstalled, and then reinstalled from the same remote and installation.") ) dialog.add_response("cancel", _("Cancel")) dialog.add_response("continue", _("Reinstall"))