Clarified folder add message to correct button
Clarified the button name to "Open", which is what the button actually says, not "OK". Also used double quotes around the other button name. Signed-off-by: Christopher Snowhill <kode54@gmail.com>xcode15
parent
8809c0d257
commit
37cc0b4d30
|
@ -80,6 +80,6 @@
|
|||
"PrivacyPolicyURL" = "https://www.iubenda.com/privacy-policy/59859310";
|
||||
|
||||
"GrantPathTitle" = "Open to grant access to container folder";
|
||||
"GrantPathMessage" = "Click OK on the following folder open dialog to grant access to the specified folder. Navigate the dialog further up the folder hierarchy to grant broader access to your files. Press \"Stop warning me\" to hide any further warnings for the rest of the session.";
|
||||
"GrantPathMessage" = "Click \"Open\" on the following folder open dialog to grant access to the specified folder. Navigate the dialog further up the folder hierarchy to grant broader access to your files. Press \"Stop warning me\" to hide any further warnings for the rest of the session.";
|
||||
"GrantPathOK" = "OK";
|
||||
"GrantPathStopWarning" = "Stop warning me";
|
||||
|
|
|
@ -102,6 +102,6 @@
|
|||
"PrivacyPolicyURL" = "https://www.iubenda.com/privacy-policy/59859310";
|
||||
|
||||
"GrantPathTitle" = "Open to grant access to container folder";
|
||||
"GrantPathMessage" = "Click OK on the following folder open dialog to grant access to the specified folder. Navigate the dialog further up the folder hierarchy to grant broader access to your files. Press 'Stop warning me' to hide any further warnings for the rest of the session.";
|
||||
"GrantPathMessage" = "Click \"Open\" on the following folder open dialog to grant access to the specified folder. Navigate the dialog further up the folder hierarchy to grant broader access to your files. Press \"Stop warning me\" to hide any further warnings for the rest of the session.";
|
||||
"GrantPathOK" = "OK";
|
||||
"GrantPathStopWarning" = "Stop warning me";
|
||||
|
|
|
@ -133,6 +133,6 @@
|
|||
"PrivacyPolicyURL" = "https://www.iubenda.com/privacy-policy/59859310";
|
||||
|
||||
"GrantPathTitle" = "Open to grant access to container folder";
|
||||
"GrantPathMessage" = "Click OK on the following folder open dialog to grant access to the specified folder. Navigate the dialog further up the folder hierarchy to grant broader access to your files. Press 'Stop warning me' to hide any further warnings for the rest of the session.";
|
||||
"GrantPathMessage" = "Click \"Open\" on the following folder open dialog to grant access to the specified folder. Navigate the dialog further up the folder hierarchy to grant broader access to your files. Press \"Stop warning me\" to hide any further warnings for the rest of the session.";
|
||||
"GrantPathOK" = "OK";
|
||||
"GrantPathStopWarning" = "Stop warning me";
|
||||
|
|
Loading…
Reference in New Issue