From a4bfefffd6adaa4e3bcdc936e832e00a479fccfb Mon Sep 17 00:00:00 2001 From: Fa773N M0nK Date: Wed, 26 Feb 2014 19:45:51 +0530 Subject: [PATCH] Corrected the function of 'Backspace' --- beautifulmind/templates/includes/cheatsheet_modal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beautifulmind/templates/includes/cheatsheet_modal.html b/beautifulmind/templates/includes/cheatsheet_modal.html index ed84666..7a1f5b8 100644 --- a/beautifulmind/templates/includes/cheatsheet_modal.html +++ b/beautifulmind/templates/includes/cheatsheet_modal.html @@ -39,7 +39,7 @@

{% trans 'Actions that can be applied to an active component' %}

⇤ {% trans '(Backspace)' %} - {% trans 'deletes a component and all siblings' %} + {% trans 'deletes a component and all children' %} @@ -47,4 +47,4 @@

{% trans 'Actions that can be applied to an active component' %}

- \ No newline at end of file +