From 7602f7bbfe796921e7de5e4686f8ce55ecca56ba Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Thu, 10 May 2012 11:51:43 +1200 Subject: [PATCH] MINOR Fixing image paths for EditableOptions template --- templates/EditableOption.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/EditableOption.ss b/templates/EditableOption.ss index f67535a..9982be0 100644 --- a/templates/EditableOption.ss +++ b/templates/EditableOption.ss @@ -4,8 +4,8 @@ <% if canEdit %> - <% _t('DELETE', 'Remove this option') %> + <% _t('DELETE', 'Remove this option') %> <% else %> - <% _t('LOCKED', 'These fields cannot be modified') %> + <% _t('LOCKED', 'These fields cannot be modified') %> <% end_if %> \ No newline at end of file