You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "scholarsmate (via GitHub)" <gi...@apache.org> on 2023/04/06 14:08:16 UTC

[GitHub] [daffodil-vscode] scholarsmate commented on a diff in pull request #575: Reworded Replace err msg

scholarsmate commented on code in PR #575:
URL: https://github.com/apache/daffodil-vscode/pull/575#discussion_r1159851836


##########
src/svelte/src/stores/index.ts:
##########
@@ -241,7 +241,7 @@ export const replaceable = derived(
     }
     if ($selectionActive) {
       replaceErrMsg.update(() => {
-        return 'Cannot replace with selected data'
+        return 'Cannot replace while viewport data selected'

Review Comment:
   might as well add `is` selected.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org