Skip to content

Commit 9e1c5ff

Browse files
committed
fix: reword a few things in Settings
1 parent acddd30 commit 9e1c5ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cls/SourceControl/Git/Settings.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Property gitUserName As %String(MAXLEN = 255) [ InitialExpression = {##class(Sou
2929
/// Attribution: Email address for user ${username}
3030
Property gitUserEmail As %String(MAXLEN = 255) [ InitialExpression = {##class(SourceControl.Git.Utils).GitUserEmail()} ];
3131

32-
/// Attribution: Whether mapped items should be read-only, preventing them from being added to source control
32+
/// Whether mapped items should be read-only, preventing them from being added to source control
3333
Property mappedItemsReadOnly As %Boolean [ InitialExpression = {##class(SourceControl.Git.Utils).MappedItemsReadOnly()} ];
3434

3535
/// Whether basic mode should be enabled for user ${username}, greatly simplifying the functionality of the package, requiring no knowledge of git
@@ -41,10 +41,10 @@ Property userBasicMode As %String [ InitialExpression = {##class(SourceControl.G
4141
/// The system's default mode. If true, the system defaults to basic mode
4242
Property systemBasicMode As %Boolean [ InitialExpression = {##class(SourceControl.Git.Utils).SystemBasicMode()} ];
4343

44-
/// In Basic mode, Sync will merge changes from this remote branch
44+
/// Branch from which Sync will merge changes, in basic mode
4545
Property defaultMergeBranch As %String [ InitialExpression = {##class(SourceControl.Git.Utils).DefaultMergeBranch()} ];
4646

47-
/// Import All options compile imported options using the configured pull event handler
47+
/// Compile using the configured pull event handler when "Import All" is run
4848
Property compileOnImport As %Boolean [ InitialExpression = {##class(SourceControl.Git.Utils).CompileOnImport()} ];
4949

5050
Property Mappings [ MultiDimensional ];

0 commit comments

Comments
 (0)