Merge "Fix reference to "stores" from deprecated name"

This commit is contained in:
Jenkins 2015-01-22 03:43:50 +00:00 committed by Gerrit Code Review
commit 8409a3630d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ store_type_opts = [
default=[],
help=_("The store names to use to get store preference order. "
"The name must be registered by one of the stores "
"defined by the 'known_stores' config option. "
"defined by the 'stores' config option. "
"This option will be applied when you using "
"'store_type' option as image location strategy "
"defined by the 'location_strategy' config option."))