Skip to content

Commit

Permalink
Merge pull request danvega#7 from joebrislin/master
Browse files Browse the repository at this point in the history
Missing comma in throw attribute
  • Loading branch information
lstaples committed Oct 2, 2012
2 parents 3d91f1b + 1002d75 commit d617fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/i18n/i18n.cfc
Expand Up @@ -37,7 +37,7 @@ component accessors="true" {
} else {
throw(
type="i18n",
message="Unable to find default messages properties file."
message="Unable to find default messages properties file.",
detail="We are unable to locate the default messages file 'default.properties' in the resource bundle path '#getSettingsBean().getRbPath()#'"
);
}
Expand Down

0 comments on commit d617fb6

Please sign in to comment.