From 8e556701c3530767ecc82a4bc7418eb1b6eb65c6 Mon Sep 17 00:00:00 2001 From: Johannes Konings Date: Mon, 6 Aug 2018 19:34:08 +0200 Subject: [PATCH] New online popup, fix descriptions #1752 https://github.com/larshp/abapGit/issues/1752 --- src/ui/zcl_abapgit_popups.clas.abap | 2 +- src/ui/zif_abapgit_popups.intf.abap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/zcl_abapgit_popups.clas.abap b/src/ui/zcl_abapgit_popups.clas.abap index ee54d7ead..84491d688 100644 --- a/src/ui/zcl_abapgit_popups.clas.abap +++ b/src/ui/zcl_abapgit_popups.clas.abap @@ -1048,7 +1048,7 @@ CLASS zcl_abapgit_popups IMPLEMENTATION. add_field( EXPORTING iv_tabname = 'TDEVC' iv_fieldname = 'DEVCLASS' - iv_fieldtext = 'Target package' + iv_fieldtext = 'Package' iv_value = lv_package iv_field_attr = lv_pattr CHANGING ct_fields = lt_fields ). diff --git a/src/ui/zif_abapgit_popups.intf.abap b/src/ui/zif_abapgit_popups.intf.abap index da06f15bf..6fcb59727 100644 --- a/src/ui/zif_abapgit_popups.intf.abap +++ b/src/ui/zif_abapgit_popups.intf.abap @@ -61,7 +61,7 @@ INTERFACE zif_abapgit_popups !iv_branch TYPE string DEFAULT 'refs/heads/master' !iv_freeze_package TYPE abap_bool OPTIONAL !iv_freeze_url TYPE abap_bool OPTIONAL - !iv_title TYPE clike DEFAULT 'Clone repository ...' + !iv_title TYPE clike DEFAULT 'New Online Project' RETURNING VALUE(rs_popup) TYPE zif_abapgit_popups=>ty_popup RAISING