change case, ABAPGit -> abapGit

This commit is contained in:
larshp 2016-12-16 07:56:42 +00:00
parent e4ee163858
commit 4cec7f6094
2 changed files with 4 additions and 4 deletions

View File

@ -768,7 +768,7 @@ CLASS lcl_objects_bridge IMPLEMENTATION.
* No exception in class-contructor possible.
* Anyway, a shortdump is more appropriate in this case
ASSERT 'There must not be' =
|multiple ABAPGit-Plugins for the same object type {
|multiple abapGit-Plugins for the same object type {
ls_objtype_map-obj_typ }|.
ENDIF.
ENDLOOP.

View File

@ -37,7 +37,7 @@ CLASS lcl_services_abapgit DEFINITION FINAL.
iv_text TYPE c
iv_url TYPE string
iv_package TYPE devclass
RAISING lcx_exception.
RAISING lcx_exception.
ENDCLASS. "lcl_services_abapgit
@ -78,7 +78,7 @@ CLASS lcl_services_abapgit IMPLEMENTATION.
RETURN.
ENDIF.
lv_text = |Confirm to install current version of ABAPGit to package { c_package_abapgit }|.
lv_text = |Confirm to install current version of abapGit to package { c_package_abapgit }|.
do_install( iv_title = lc_title
iv_text = lv_text
@ -100,7 +100,7 @@ CLASS lcl_services_abapgit IMPLEMENTATION.
RETURN.
ENDIF.
lv_text = |Confirm to install current version ABAPGit plugins to package {
lv_text = |Confirm to install current version abapGit plugins to package {
c_package_plugins }|.
do_install( iv_title = lc_title