Browse Source

Added new message "Loading"

pull/127/merge
Zach Wise 13 years ago
parent
commit
5842854eb0
  1. 3
      source/js/VMM.Language.js

3
source/js/VMM.Language.js

@ -29,7 +29,8 @@ if(typeof VMM != 'undefined' && typeof VMM.Language == 'undefined') {
expand_timeline: "Expand Timeline",
contract_timeline: "Contract Timeline",
wikipedia: "From Wikipedia, the free encyclopedia",
loading_content: "Loading Content"
loading_content: "Loading Content",
loading: "Loading"
}
}
};
Loading…
Cancel
Save