diff --git a/gnucash/gnome/gnc-split-reg.c b/gnucash/gnome/gnc-split-reg.c
index 38cfbfa6c3..298adaaa3a 100644
--- a/gnucash/gnome/gnc-split-reg.c
+++ b/gnucash/gnome/gnc-split-reg.c
@@ -964,11 +964,11 @@ gsr_default_cut_txn_handler (GNCSplitReg *gsr, gpointer data)
{
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG(dialog),
"%s", recn_warn);
- warning = GNC_PREF_WARN_REG_SPLIT_DEL_RECD;
+ warning = GNC_PREF_WARN_REG_SPLIT_CUT_RECD;
}
else
{
- warning = GNC_PREF_WARN_REG_SPLIT_DEL;
+ warning = GNC_PREF_WARN_REG_SPLIT_CUT;
}
gtk_dialog_add_button (GTK_DIALOG(dialog),
@@ -1003,11 +1003,11 @@ gsr_default_cut_txn_handler (GNCSplitReg *gsr, gpointer data)
{
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG(dialog),
"%s", recn_warn);
- warning = GNC_PREF_WARN_REG_TRANS_DEL_RECD;
+ warning = GNC_PREF_WARN_REG_TRANS_CUT_RECD;
}
else
{
- warning = GNC_PREF_WARN_REG_TRANS_DEL;
+ warning = GNC_PREF_WARN_REG_TRANS_CUT;
}
gtk_dialog_add_button (GTK_DIALOG(dialog),
_("_Cancel"), GTK_RESPONSE_CANCEL);
diff --git a/gnucash/gschemas/org.gnucash.GnuCash.warnings.gschema.xml.in b/gnucash/gschemas/org.gnucash.GnuCash.warnings.gschema.xml.in
index a599be1946..02a8b590ec 100644
--- a/gnucash/gschemas/org.gnucash.GnuCash.warnings.gschema.xml.in
+++ b/gnucash/gschemas/org.gnucash.GnuCash.warnings.gschema.xml.in
@@ -64,6 +64,16 @@
Mark transaction split as unreconciled
This dialog is presented before allowing you to mark a transaction split as unreconciled. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.
+
+ 0
+ Cut a split from a transaction
+ This dialog is presented before allowing you to cut a split from a transaction.
+
+
+ 0
+ Cut a reconciled split from a transaction
+ This dialog is presented before allowing you to cut a reconciled split from a transaction. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.
+
0
Remove a split from a transaction
@@ -84,6 +94,16 @@
Remove all the splits from a transaction
This dialog is presented before allowing you to remove all splits (including some reconciled splits) from a transaction. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.
+
+ 0
+ Cut a transaction
+ This dialog is presented before allowing you to cut a transaction.
+
+
+ 0
+ Cut a transaction with reconciled splits
+ This dialog is presented before allowing you to cut a transaction that contains reconciled splits. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.
+
0
Delete a transaction