Skip to content

Commit

Permalink
language correction thanks brian
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Oct 7, 2016
1 parent 0a76e56 commit a59eb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ JGLOBAL_ARTICLE_MANAGER_ORDER="Ordering"
JGLOBAL_ARTICLE_ORDER_DESC="The order that articles will show in."
JGLOBAL_ARTICLE_ORDER_LABEL="Article Order"
JGLOBAL_ARTICLES="Articles"
JGLOBAL_ASSOC_NOT_POSSIBLE="To define associations, please make sure this item language is not set to 'All'."
JGLOBAL_ASSOC_NOT_POSSIBLE="To define associations, please make sure the item language is not set to 'All'."
JGLOBAL_ASSOCIATIONS_RESET_WARNING="The language has been changed. If you save this item again it will reset the available associations. If this was not intended, just close the item."
JGLOBAL_AUTH_ACCESS_DENIED="Access Denied"
JGLOBAL_AUTH_ACCESS_GRANTED="Access Granted"
Expand Down
2 changes: 1 addition & 1 deletion media/system/js/associations-edit-uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ window.showAssociationMessage = function()
// Show the association fields.
$(this).show();

// Check if there was a association selected for this language.
// Check if there was an association selected for this language.
if (!existsAssociations && $('#' + formControl + '_associations_' + languageCode + '_id').val() !== '')
{
existsAssociations = true;
Expand Down

0 comments on commit a59eb19

Please sign in to comment.