From 6a0c6348edda4f5fb46e5e97e64de82557d60639 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Wed, 1 Sep 2010 20:10:20 -0700 Subject: [PATCH] [#4420] Missing locale string. --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index aa9b3f6..f4c1adb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -67,3 +67,4 @@ en: text_start_date_empty: "The start date is empty. If this form is submitted, no budget items will be created." text_end_date_empty: "The end date is empty. If this form is submitted, no budget items will be created." text_missing_period: "This deliverable is missing a date range so it cannot have budget items. Please save start and end dates before adding any budget items." + field_current_period: "Current period"