File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
org.abapgit.adt.ui/src/org/abapgit/adt/ui/internal Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public class Messages extends NLS {
7676 public static String AbapGitWizardPageApack_task_validating_package ;
7777 public static String AbapGitWizardPageApack_text_no_information_available ;
7878 public static String AbapGitWizardPageApack_title ;
79- public static String AbapGitWizardPageBranchAndPackage_chbox_activate ;
79+ public static String AbapGitWizardPageBranchAndPackage_chbox_pull_after_link ;
8080 public static String AbapGitWizardPageBranchAndPackage_chbox_activate_tooltip ;
8181 public static String AbapGitWizardPageBranchAndPackage_btn_browse ;
8282 public static String AbapGitWizardPageBranchAndPackage_combobox_branch_message ;
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ AbapGitWizardPageApack_task_validating_package=Validating package {0}
7575AbapGitWizardPageApack_text_no_information_available =No information available
7676AbapGitWizardPageApack_title =Package Dependency Resolution
7777AbapGitWizardPageBranchAndPackage_chbox_activate =Pull after link
78- AbapGitWizardPageBranchAndPackage_chbox_activate_tooltip =Triggers a pull operations for repository objects once linking completes.
78+ AbapGitWizardPageBranchAndPackage_chbox_pull_after_link_tooltip =Pull repository objects after linking completes.
7979AbapGitWizardPageBranchAndPackage_btn_browse =Browse...
8080AbapGitWizardPageBranchAndPackage_combobox_branch_message =Specify a branch
8181AbapGitWizardPageBranchAndPackage_description =Select repository branch, target ABAP package
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ public void widgetSelected(SelectionEvent e) {
175175 if (!this .pullAction ) {
176176 // checkbox for executing pull after repository linking
177177 this .checkbox_lnp = new Button (container , SWT .CHECK );
178- this .checkbox_lnp .setText (Messages .AbapGitWizardPageBranchAndPackage_chbox_activate );
178+ this .checkbox_lnp .setText (Messages .AbapGitWizardPageBranchAndPackage_chbox_pull_after_link );
179179 this .checkbox_lnp .setToolTipText (Messages .AbapGitWizardPageBranchAndPackage_chbox_activate_tooltip );
180180 GridDataFactory .swtDefaults ().applyTo (this .checkbox_lnp );
181181
You can’t perform that action at this time.
0 commit comments