Added ability to bulk edit category and priorty. Cleaned a few other

things up.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1341 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2003-12-10 20:33:43 +00:00
parent 00a60a90a6
commit f55ec29454
10 changed files with 301 additions and 23 deletions
+11 -1
View File
@@ -1,6 +1,6 @@
# -*- mode: makefile -*-
#
# $Id: messages.properties,v 1.5 2003/11/15 22:55:32 mdb Exp $
# $Id: messages.properties,v 1.6 2003/12/10 20:33:42 mdb Exp $
#
# Translation messages for Two Due application
@@ -63,3 +63,13 @@ edit.error.missing_note = Can\'t add blank note.
# detail.wm
detail.title = Task Details
#
# bulkedit.wm
bulkedit.title = Bulk task update
bulkedit.no_tasks = No tasks at this priority.
bulkedit.message.task_updated = Task updated.
bulkedit.message.tasks_updated = Tasks updated.
bulkedit.message.nothing_updated = No updates were detected.