From 879d1149952f2ff32546cfb2138c87e4bf9a7679 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 27 Mar 2012 14:59:20 +0000 Subject: [PATCH] fix sort key titles in padma.jsonc --- pandora/padma.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index e1fc0df4..4ad8795d 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -418,14 +418,14 @@ }, { "id": "modified", - "title": "Date Modified", + "title": "Last Modified", "type": "date", "columnWidth": 90, "sort": true }, { "id": "accessed", - "title": "Date Accessed", + "title": "Last Accessed", "type": "date", "columnWidth": 90, "format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},