From c08ec05fbff37f1e619d168b7b20e8f62d128fc0 Mon Sep 17 00:00:00 2001 From: Christian Guenter Date: Mon, 28 Aug 2017 18:47:02 +0000 Subject: [PATCH] change popup title --- src/zabapgit_services_git.prog.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zabapgit_services_git.prog.abap b/src/zabapgit_services_git.prog.abap index 25b0f1269..a37c2f3db 100644 --- a/src/zabapgit_services_git.prog.abap +++ b/src/zabapgit_services_git.prog.abap @@ -76,7 +76,7 @@ CLASS lcl_services_git IMPLEMENTATION. IF lines( lt_unnecessary_local_objs ) > 0. lv_answer = lcl_popups=>popup_to_confirm( - titlebar = 'Warning' + titlebar = 'Question' text_question = |Delete { lines( lt_unnecessary_local_objs ) } unnecessary local objects?| text_button_1 = 'Yes' icon_button_1 = 'ICON_OKAY'