diff --git a/src/ui/zcl_abapgit_gui_page_repo_view.clas.abap b/src/ui/zcl_abapgit_gui_page_repo_view.clas.abap index 29a9f2ac1..0c8920010 100644 --- a/src/ui/zcl_abapgit_gui_page_repo_view.clas.abap +++ b/src/ui/zcl_abapgit_gui_page_repo_view.clas.abap @@ -309,6 +309,8 @@ CLASS zcl_abapgit_gui_page_repo_view IMPLEMENTATION. ENDIF. ro_advanced_dropdown->add( iv_txt = 'Remove' + iv_title = `Remove abapGit's records of the repository (the system's ` + && `development objects will remain unaffected)` iv_act = |{ zif_abapgit_definitions=>c_action-repo_remove }?key={ mv_key }| ). CLEAR lv_crossout. @@ -317,6 +319,8 @@ CLASS zcl_abapgit_gui_page_repo_view IMPLEMENTATION. lv_crossout = zif_abapgit_html=>c_html_opt-crossout. ENDIF. ro_advanced_dropdown->add( iv_txt = 'Uninstall' + iv_title = `Delete all development objects belonging to this package ` + && `(and subpackages) from the system` iv_act = |{ zif_abapgit_definitions=>c_action-repo_purge }?key={ mv_key }| iv_opt = lv_crossout ).