This is an automated email from the ASF dual-hosted git repository.

davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 771a544  rename misc to settings, and multi to multiple
771a544 is described below

commit 771a5447aae00dee9c79520df04d91600ae25894
Author: Davin Shearer <[email protected]>
AuthorDate: Tue Mar 21 08:57:42 2023 -0400

    rename misc to settings, and multi to multiple
---
 src/svelte/src/components/dataEditor.svelte | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/svelte/src/components/dataEditor.svelte 
b/src/svelte/src/components/dataEditor.svelte
index e366217..0e8ca2b 100644
--- a/src/svelte/src/components/dataEditor.svelte
+++ b/src/svelte/src/components/dataEditor.svelte
@@ -874,7 +874,7 @@ limitations under the License.
       </div>
     </fieldset>
     <fieldset class="box">
-      <legend>Misc</legend>
+      <legend>Settings</legend>
       <div class="flex-container col">
         <div class="col-item flex-container row center">
           <div class="two-row-items">
@@ -888,7 +888,7 @@ limitations under the License.
               on:change={closeEphemeralWindows}
             >
               <option value="simple">Single</option>
-              <option value="full">Multi</option>
+              <option value="full">Multiple</option>
             </select>
           </div>
         </div>

Reply via email to