From 1c7fc6394e59b8e72142b435ddf17b1ffb116af4 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Thu, 17 Mar 2016 14:35:42 +0100 Subject: [PATCH] [FIX] project: wrong field label Fixes #151 --- locale/sources/project.pot | 4 ++-- project/planning/forecast.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/sources/project.pot b/locale/sources/project.pot index cb95d12d1..4b1e6739f 100644 --- a/locale/sources/project.pot +++ b/locale/sources/project.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Business 9.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-03 14:32+0100\n" +"POT-Creation-Date: 2016-03-17 14:30+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1091,7 +1091,7 @@ msgid "The \"Effective hours\" field appears only if you have the **Timesheet** msgstr "" #: ../../project/planning/forecast.rst:91 -msgid "For example: When a user fills in a Timesheet with your Project name (Analytic account), with 10 hours spent, the forecast will display 10 hours in the Estimated Time field." +msgid "For example: When a user fills in a Timesheet with your Project name (Analytic account), with 10 hours spent, the forecast will display 10 hours in the Effective hours field." msgstr "" #: ../../project/planning/forecast.rst:96 diff --git a/project/planning/forecast.rst b/project/planning/forecast.rst index dcadd7285..0edea2b71 100644 --- a/project/planning/forecast.rst +++ b/project/planning/forecast.rst @@ -90,7 +90,7 @@ should take. For example: When a user fills in a Timesheet with your Project name (Analytic account), with 10 hours spent, the forecast will display 10 hours - in the Estimated Time field. + in the Effective hours field. What are the difference between the views? ==========================================