Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#2617 closed defect (bug) (fixed)

Improve message shown on category deletion

Reported by: westi's profile westi Owned by: westi's profile westi
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords: category JS bg|has-patch
Focuses: Cc:

Description

The message shown on category deletion just says your posts/bookmarks will be moved to the default category.

It would be nicer if this actually told your where they would go.

Attachments (2)

2617.diff (1.4 KB) - added by westi 18 years ago.
Patch with move verbose message
2617b.diff (1.5 KB) - added by mdawaffe 18 years ago.
Slightly better escaping.

Download all attachments as: .zip

Change History (6)

#1 @westi
18 years ago

  • Status changed from new to assigned

@westi
18 years ago

Patch with move verbose message

#2 @westi
18 years ago

  • Keywords bg|has-patch added

Patch attached with improved message.

@mdawaffe
18 years ago

Slightly better escaping.

#3 @mdawaffe
18 years ago

  • Keywords JS added

We want dialogs that are informative? :) Good call.

2617b.diff

We need to make sure that specialchars in the default names don't break the JS. Also, sprintf is a bit better than concatenation for i18n.

#4 @ryan
18 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [3672]) More informative delete category dialog. Because knowing is half the battle. Props westi and mdawaffe. fixes #2617

Note: See TracTickets for help on using tickets.