mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix grammatical errors in reinstall dialog
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user