From a7c0460e520ad4601af6537b40fb5ecec63fd074 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 13 Dec 2009 16:39:19 +0100 Subject: Imported Upstream version 0.1.0 --- rapid/renamesubfolderprefs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rapid/renamesubfolderprefs.py') diff --git a/rapid/renamesubfolderprefs.py b/rapid/renamesubfolderprefs.py index f28e068..71f9089 100644 --- a/rapid/renamesubfolderprefs.py +++ b/rapid/renamesubfolderprefs.py @@ -162,7 +162,7 @@ LIST_DATE_TIME_L2 = ['YYYYMMDD', 'YYYY-MM-DD','YYMMDD', 'YY-MM-DD', 'MMDDYYYY', 'MMDDYY', 'MMDD', 'DDMMYYYY', 'DDMMYY', 'YYYY', 'YY', 'MM', 'DD', - 'HHMMSS', 'HHMM', 'HH-MM-SS', 'HH-MM', 'HH', 'MM', 'SS'] + 'HHMMSS', 'HHMM', 'HH-MM-SS', 'HH-MM', 'HH', 'MM (minutes)', 'SS'] LIST_IMAGE_DATE_TIME_L2 = LIST_DATE_TIME_L2 + [SUBSECONDS] @@ -286,7 +286,7 @@ class i18TranslateMeThanks: # Translators: for an explanation of what this means, see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _('HH') # Translators: for an explanation of what this means, see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime - _('MM') + _('MM (minutes)') # Translators: for an explanation of what this means, see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _('SS') -- cgit v1.2.3