mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
change popup title
This commit is contained in:
parent
02f913a9c3
commit
c08ec05fbf
|
@ -76,7 +76,7 @@ CLASS lcl_services_git IMPLEMENTATION.
|
||||||
IF lines( lt_unnecessary_local_objs ) > 0.
|
IF lines( lt_unnecessary_local_objs ) > 0.
|
||||||
|
|
||||||
lv_answer = lcl_popups=>popup_to_confirm(
|
lv_answer = lcl_popups=>popup_to_confirm(
|
||||||
titlebar = 'Warning'
|
titlebar = 'Question'
|
||||||
text_question = |Delete { lines( lt_unnecessary_local_objs ) } unnecessary local objects?|
|
text_question = |Delete { lines( lt_unnecessary_local_objs ) } unnecessary local objects?|
|
||||||
text_button_1 = 'Yes'
|
text_button_1 = 'Yes'
|
||||||
icon_button_1 = 'ICON_OKAY'
|
icon_button_1 = 'ICON_OKAY'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user