diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index efdeb381..44dd5d78 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -490,19 +490,19 @@ var FileSystemLoaderUIActions = actions.Actions({ // Comment a save... // - // // Comment current save... + // Comment current save... // .setSaveComment(comment) // -> actions // - // // reset current save comment... + // Reset current save comment... // .setSaveComment(null) // -> actions // - // // Comment specific save... + // Comment specific save... // .setSaveComment(save, comment) // -> actions // - // // reset specific save comment... + // Reset specific save comment... // .setSaveComment(save, null) // -> actions //