Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Dec 15, 2017
1 parent 3458d2f commit ee1bbde
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readthedocs/projects/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)


Expand Down

0 comments on commit ee1bbde

Please sign in to comment.