Skip to content

Commit

Permalink
Adjust wording on untrusted startup
Browse files Browse the repository at this point in the history
Changed to match the actual button text.
  • Loading branch information
joyfullservice committed Jul 10, 2023
1 parent 6eeebfa commit 86dcd74
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Version Control.accda.src/macros/autoexec.bas
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ End
Begin
Condition ="[LocalVars]![__*L0C_]"
Action ="MsgBox"
Argument ="The add-In is not trusted currently. Please click \"Enable Contents\" to trust t"
"he add-in and thus execute the startup code normally."
Argument ="This add-In file is not currently trusted. Please click \"Enable Content\" to tr"
"ust the add-in and run the startup code normally."
Argument ="-1"
Argument ="2"
Argument ="Add-in is not trusted"
Expand All @@ -37,21 +37,22 @@ End
Begin
Comment ="_AXL:<?xml version=\"1.0\" encoding=\"UTF-16\" standalone=\"no\"?>\015\012<UserI"
"nterfaceMacro MinimumClientDesignVersion=\"14.0.0000.0000\" xmlns=\"http://schem"
"as.microsoft.com/office/accessservices/2009/11/application\"><Statements><Condit"
"ionalBlock><If><Condition>[Cu"
"as.microsoft.com/office/accessservices/2009/11/application\" xmlns:a=\"http://sc"
"hemas.microsoft.com/office/acc"
End
Begin
Comment ="_AXL:rrentProject].[IsTrusted]</Condition><Statements><Action Name=\"RunCode\"><"
"Argument Name=\"FunctionName\">AutoRun()</Argument></Action></Statements></If><E"
"lse><Statements><Action Name=\"MessageBox\"><Argument Name=\"Message\">The add-I"
"n is not trusted curr"
Comment ="_AXL:essservices/2009/11/forms\"><Statements><ConditionalBlock><If><Condition>[C"
"urrentProject].[IsTrusted]</Condition><Statements><Action Name=\"RunCode\"><Argu"
"ment Name=\"FunctionName\">AutoRun()</Argument></Action></Statements></If><Else>"
"<Statements><Actio"
End
Begin
Comment ="_AXL:ently. Please click \"Enable Contents\" to trust the add-in and thus execut"
"e the startup code normally.</Argument><Argument Name=\"Type\">Warning?</Argumen"
"t><Argument Name=\"Title\">Add-in is not trusted</Argument></Action></Statements"
"></Else></Condition"
Comment ="_AXL:n Name=\"MessageBox\"><Argument Name=\"Message\">This add-In file is not cu"
"rrently trusted. Please click \"Enable Content\" to trust the add-in and run the"
" startup code normally.</Argument><Argument Name=\"Type\">Warning?</Argument><Ar"
"gument Name=\"Title\">A"
End
Begin
Comment ="_AXL:alBlock></Statements></UserInterfaceMacro>"
Comment ="_AXL:dd-in is not trusted</Argument></Action></Statements></Else></ConditionalBl"
"ock></Statements></UserInterfaceMacro>"
End

0 comments on commit 86dcd74

Please sign in to comment.