Fix grammatical errors in reinstall dialog

This commit is contained in:
heliguy4599
2024-10-12 15:19:42 -04:00
parent 5cade3677f
commit 274f7bd9a0

View File

@@ -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"))