diff --git a/Foxnouns.Frontend/src/lib/components/editor/PronounEntryEditor.svelte b/Foxnouns.Frontend/src/lib/components/editor/PronounEntryEditor.svelte
index bcf5c15..64b354e 100644
--- a/Foxnouns.Frontend/src/lib/components/editor/PronounEntryEditor.svelte
+++ b/Foxnouns.Frontend/src/lib/components/editor/PronounEntryEditor.svelte
@@ -48,7 +48,7 @@
icon="chevron-down"
color="secondary"
tooltip={$t("editor.move-entry-down")}
- onclick={() => moveValue(index, true)}
+ onclick={() => moveValue(index, false)}
/>