Fix warning

This commit is contained in:
Florian Rival
2020-04-29 21:53:07 +02:00
parent b0af6c88fe
commit a14e854f4e
2 changed files with 2 additions and 2 deletions

View File

@@ -389,7 +389,7 @@ module.exports = {
.addStrExpression(
'UserHomePath',
_('User\'s Home folder'),
_('Get the path to the user home folder (on Windows C:\\Users\\<USERNAME>\\ for example).'),
_('Get the path to the user home folder.'),
_('Filesystem/Windows, Linux, MacOS'),
'JsPlatform/Extensions/filesystem_folder24.png',
'JsPlatform/Extensions/filesystem_folder32.png'

View File

@@ -98,7 +98,7 @@ gdjs.fileSystem.getUserdataPath = function(runtimeScene) {
};
/**
* Get the path to the user's home folder (on Windows `C:\\Users\\<USERNAME>\\` for example).
* Get the path to the user's home folder (on Windows `C:\Users\<USERNAME>\` for example).
* @return {string} The path to user's "home" folder
*/
gdjs.fileSystem.getUserHomePath = function() {