Merge pull request #2195 from tpltnt/locales-fix
core: clarification: don't -> shouldn't
This commit is contained in:
commit
58da9c2736
|
@ -658,7 +658,7 @@ en:
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
config:
|
config:
|
||||||
common:
|
common:
|
||||||
bad_field: "The following settings don't exist: %{fields}"
|
bad_field: "The following settings shouldn't exist: %{fields}"
|
||||||
error_empty: "`%{field}` must be not be empty."
|
error_empty: "`%{field}` must be not be empty."
|
||||||
chef:
|
chef:
|
||||||
cookbooks_path_empty: "Must specify a cookbooks path for chef solo."
|
cookbooks_path_empty: "Must specify a cookbooks path for chef solo."
|
||||||
|
|
Loading…
Reference in New Issue