diff --git a/src/ui/zcl_abapgit_services_repo.clas.abap b/src/ui/zcl_abapgit_services_repo.clas.abap index 3f0ba5d85..e60a19a60 100644 --- a/src/ui/zcl_abapgit_services_repo.clas.abap +++ b/src/ui/zcl_abapgit_services_repo.clas.abap @@ -328,7 +328,7 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION. IF lines( lt_tadir ) > 0. lv_question = |This will DELETE all objects in package { lv_package - } ({ lines( lt_tadir ) } objects) from the system|. + } including subpackages ({ lines( lt_tadir ) } objects) from the system|. lv_answer = zcl_abapgit_ui_factory=>get_popups( )->popup_to_confirm( iv_titlebar = 'Uninstall'