Fix comment in WoltLab/WCF/Language
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 18 May 2015 18:52:29 +0000 (20:52 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 18 May 2015 18:52:29 +0000 (20:52 +0200)
wcfsetup/install/files/js/WoltLab/WCF/Language.js

index af38fa0b9fc3c0b757e21c0d1bab882e350c3809..8bda567c5dd9cec1e6ffa513f4e65302e1a89f00 100644 (file)
@@ -38,10 +38,10 @@ define(['Dictionary', './Template'], function(Dictionary, Template) {
                /**
                 * Fetches the language item specified by the given key.
                 * If the language item is a string it will be evaluated as
-                * WCF.Template with the given parameters.
+                * WoltLab/WCF/Template with the given parameters.
                 * 
                 * @param       {string}        key             Language item to return.
-                * @param       {Object=}       parameters      Parameters to provide to WCF.Template.
+                * @param       {Object=}       parameters      Parameters to provide to WoltLab/WCF/Template.
                 * @return      {string}
                 */
                get: function(key, parameters) {