From 9ac343c1a5dee488299f616dd108eef7d3371f1b Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 26 Apr 2024 15:48:39 +0300 Subject: [PATCH] Fix wrong translation string same as in https://github.com/sehmaschine/django-grappelli/pull/1049, while Django's own templates use this new apostrophe character: https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/delete_selected_confirmation.html#L42 their actual translation characters are a mess with a mix and match between apostrophes and languages. The `en` language file however matches the templates: https://github.com/django/django/blob/main/django/contrib/admin/locale/en/LC_MESSAGES/django.po#L609 --- grappelli/templates/admin/delete_selected_confirmation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grappelli/templates/admin/delete_selected_confirmation.html b/grappelli/templates/admin/delete_selected_confirmation.html index 429330c18..a205f801d 100644 --- a/grappelli/templates/admin/delete_selected_confirmation.html +++ b/grappelli/templates/admin/delete_selected_confirmation.html @@ -56,7 +56,7 @@

{% blocktrans %}Are you sure you want to delete the selected {{ objects_name