diff --git a/bauh/gems/arch/controller.py b/bauh/gems/arch/controller.py index 4f5b3b9c..801908df 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -3379,7 +3379,7 @@ class ArchManager(SoftwareManager, SettingsController): return True body_parts = [ - '
Please review system notices before upgrading.
' + 'Review Arch system notices before continuing.
' ] if pacnew_files: @@ -3388,16 +3388,17 @@ class ArchManager(SoftwareManager, SettingsController): extra = len(pacnew_files) - max_items extra_msg = f'... and {extra} more.
' if extra > 0 else '' body_parts.append( - f"Detected {len(pacnew_files)} pending .pacnew file(s):
Detected {len(pacnew_files)} pending .pacnew file(s). "
+ f"These usually require manual merge/review:
Recent Arch Linux news (review before upgrading):
Recent Arch Linux news (check for manual intervention notices):
Proceed with the system upgrade now?
') + body_parts.append('Proceed with the system upgrade anyway?
') return watcher.request_confirmation( title=self.i18n['arch.custom_action.upgrade_system'],