-
Notifications
You must be signed in to change notification settings - Fork 24
tooltip text changes #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
tooltip text changes #298
Conversation
| AbapGitWizardPageApack_title=Package Dependency Resolution | ||
| AbapGitWizardPageBranchAndPackage_chbox_activate=Pull after link | ||
| AbapGitWizardPageBranchAndPackage_chbox_activate_tooltip=Try to activate all objects during import | ||
| AbapGitWizardPageBranchAndPackage_chbox_activate_tooltip=Triggers a pull operations for repository objects once linking completes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
The variable name is regarding
activate-> should we change the variable name as well to indicate the behaviour properly? -
Small grammatical error in the text -> *
operationinstead of *operations. Another shorter tooltip idea could be "Pull repository objects after linking completes", only if you prefer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure makes sense
| public static String AbapGitWizardPageApack_title; | ||
| public static String AbapGitWizardPageBranchAndPackage_chbox_activate; | ||
| public static String AbapGitWizardPageBranchAndPackage_chbox_pull_after_link; | ||
| public static String AbapGitWizardPageBranchAndPackage_chbox_activate_tooltip; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to change this as well right?
| AbapGitWizardPageApack_task_validating_package=Validating package {0} | ||
| AbapGitWizardPageApack_text_no_information_available=No information available | ||
| AbapGitWizardPageApack_title=Package Dependency Resolution | ||
| AbapGitWizardPageBranchAndPackage_chbox_activate=Pull after link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly this variable name as well.
changed tooltip and checkbox Text Variable name
120ccc6 to
e67b6d1
Compare
No description provided.