From 2e09e145c0d5e806fa490b1bd2b198837f7965ff Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 28 Nov 2005 14:28:21 +0000 Subject: [PATCH] Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, nesh git-svn-id: http://code.djangoproject.com/svn/django/trunk@1479 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin_doc/bookmarklets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django/contrib/admin/templates/admin_doc/bookmarklets.html b/django/contrib/admin/templates/admin_doc/bookmarklets.html index 43eb40802c..f6a5e93e78 100644 --- a/django/contrib/admin/templates/admin_doc/bookmarklets.html +++ b/django/contrib/admin/templates/admin_doc/bookmarklets.html @@ -22,10 +22,10 @@ your computer is "internal").

{% trans "Show object ID" %}

{% trans "Shows the content-type and unique ID for pages that represent a single object." %}

-

{% trans "Edit this object (current window)" %}

+

{% trans "Edit this object (current window)" %}

{% trans "Jumps to the admin page for pages that represent a single object." %}

-

{% trans "Edit this object (new window)" %}

+

{% trans "Edit this object (new window)" %}

{% trans "As above, but opens the admin page in a new window." %}