Commit 596d5c36 authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

Use more clear language for "share folder with linux"

This change replaces the word "modify" with "access" when the user is
asked to confirm that they want to share a folder or google Drive with
Crostini.

Bug: 1133618
Change-Id: I06b107efaa5f4200a7546c5b1d64754cf07ff047
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500464
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821104}
parent ebc8ccab
...@@ -1288,10 +1288,10 @@ ...@@ -1288,10 +1288,10 @@
Share folder with Linux Share folder with Linux
</message> </message>
<message name="IDS_FILE_BROWSER_SHARE_ROOT_FOLDER_WITH_CROSTINI" desc="Confirmation message shown when a user shares the root of a volume such as 'My files' with the crostini container."> <message name="IDS_FILE_BROWSER_SHARE_ROOT_FOLDER_WITH_CROSTINI" desc="Confirmation message shown when a user shares the root of a volume such as 'My files' with the crostini container.">
Give Linux apps permission to modify files in the <ph name="FOLDER_NAME">$1<ex>Downloads</ex></ph> folder Give Linux apps permission to access files in the <ph name="FOLDER_NAME">$1<ex>Downloads</ex></ph> folder
</message> </message>
<message name="IDS_FILE_BROWSER_SHARE_ROOT_FOLDER_WITH_CROSTINI_DRIVE" desc="Confirmation message shown when a user shares the root of a Drive volume (My Drive, Team Drives, Computers) with the crostini container."> <message name="IDS_FILE_BROWSER_SHARE_ROOT_FOLDER_WITH_CROSTINI_DRIVE" desc="Confirmation message shown when a user shares the root of a Drive volume (My Drive, Team Drives, Computers) with the crostini container.">
Give Linux apps permission to modify files in your Google Drive. Changes will sync to your other devices. Give Linux apps permission to access files in your Google Drive. Changes will sync to your other devices.
</message> </message>
<message name="IDS_FILE_BROWSER_FOLDER_SHARED_WITH_CROSTINI" desc="Confirmation message shown when a user shares a folder with the crostini container."> <message name="IDS_FILE_BROWSER_FOLDER_SHARED_WITH_CROSTINI" desc="Confirmation message shown when a user shares a folder with the crostini container.">
1 folder shared with Linux 1 folder shared with Linux
...@@ -1303,10 +1303,10 @@ ...@@ -1303,10 +1303,10 @@
Share folder with Parallels Desktop Share folder with Parallels Desktop
</message> </message>
<message name="IDS_FILE_BROWSER_SHARE_ROOT_FOLDER_WITH_PLUGIN_VM" desc="Confirmation message shown when a user shares the root of a volume such as 'My files' with Parallels." > <message name="IDS_FILE_BROWSER_SHARE_ROOT_FOLDER_WITH_PLUGIN_VM" desc="Confirmation message shown when a user shares the root of a volume such as 'My files' with Parallels." >
Give Parallels Desktop permission to modify files in the <ph name="FOLDER_NAME">$1<ex>Downloads</ex></ph> folder Give Parallels Desktop permission to access files in the <ph name="FOLDER_NAME">$1<ex>Downloads</ex></ph> folder
</message> </message>
<message name="IDS_FILE_BROWSER_SHARE_ROOT_FOLDER_WITH_PLUGIN_VM_DRIVE" desc="Confirmation message shown when a user shares the root of a Drive volume (My Drive, Team Drives, Computers) with Parallels."> <message name="IDS_FILE_BROWSER_SHARE_ROOT_FOLDER_WITH_PLUGIN_VM_DRIVE" desc="Confirmation message shown when a user shares the root of a Drive volume (My Drive, Team Drives, Computers) with Parallels.">
Give Parallels Desktop permission to modify files in your Google Drive. Changes will sync to your other devices. Give Parallels Desktop permission to access files in your Google Drive. Changes will sync to your other devices.
</message> </message>
<message name="IDS_FILE_BROWSER_FOLDER_SHARED_WITH_PLUGIN_VM" desc="Confirmation message shown when a user shares a folder with Parallels."> <message name="IDS_FILE_BROWSER_FOLDER_SHARED_WITH_PLUGIN_VM" desc="Confirmation message shown when a user shares a folder with Parallels.">
1 folder shared with Parallels Desktop 1 folder shared with Parallels Desktop
......
3c6b5ddde8e73fb4c40afefbdbb2a65303fa5f3b 6cba5b3caeaa630036a1ab4f9cc36f72530c74ce
\ No newline at end of file
b1d798df58f52d7710837c7e233319e162d85d8f dccaee8bc814c22b9411aeeab387a1eb8c292996
\ No newline at end of file
3c6b5ddde8e73fb4c40afefbdbb2a65303fa5f3b 6cba5b3caeaa630036a1ab4f9cc36f72530c74ce
\ No newline at end of file
778eca383bd116d65c1772a9f7de33aaabeed8f5 77130a06235220f7c39f64d78396ecb7fbf21c7f
\ No newline at end of file
778eca383bd116d65c1772a9f7de33aaabeed8f5 77130a06235220f7c39f64d78396ecb7fbf21c7f
\ No newline at end of file
...@@ -67,7 +67,7 @@ shareBase.testSharePaths = async ( ...@@ -67,7 +67,7 @@ shareBase.testSharePaths = async (
'termina': 'Linux apps', 'termina': 'Linux apps',
'PvmDefault': 'Parallels Desktop' 'PvmDefault': 'Parallels Desktop'
}; };
const givePermission = `Give ${shareLabel[vmName]} permission to modify `; const givePermission = `Give ${shareLabel[vmName]} permission to access `;
const shareMessageShown = '#files-message:not([hidden])'; const shareMessageShown = '#files-message:not([hidden])';
const shareMessageHidden = '#files-message[hidden]'; const shareMessageHidden = '#files-message[hidden]';
...@@ -270,7 +270,7 @@ shareBase.testShareVolumes = async (vmName, vmNameSelector, done) => { ...@@ -270,7 +270,7 @@ shareBase.testShareVolumes = async (vmName, vmNameSelector, done) => {
'termina': 'Linux apps', 'termina': 'Linux apps',
'PvmDefault': 'Parallels Desktop' 'PvmDefault': 'Parallels Desktop'
}; };
const givePermission = `Give ${shareLabel[vmName]} permission to modify `; const givePermission = `Give ${shareLabel[vmName]} permission to access `;
chrome.fileManagerPrivate.mountCrostiniDelay_ = 0; chrome.fileManagerPrivate.mountCrostiniDelay_ = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment