From 21d63bb9bb840003048894014bdbc0a0f41c0c37 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Fri, 15 Dec 2017 10:20:37 -0500 Subject: [PATCH] Fix error message --- readthedocs/projects/exceptions.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readthedocs/projects/exceptions.py b/readthedocs/projects/exceptions.py index a87476916ce..5376db4ad8e 100644 --- a/readthedocs/projects/exceptions.py +++ b/readthedocs/projects/exceptions.py @@ -19,10 +19,9 @@ class ProjectConfigurationError(BuildEnvironmentError): ) MULTIPLE_CONF_FILES = _( - 'There are more than one conf.py file and none of them say doc ' - "in their path, we don't know which one use. Please, select " - 'the correct one under the Advanced settings tab in the ' - "project's Admin." + 'We found more than one conf.py and are not sure which one to use. ' + 'Please, specify the correct file under the Advanced settings tab ' + "in the project's Admin." )