From: Tim Düsterhus Date: Mon, 18 May 2015 18:52:29 +0000 (+0200) Subject: Fix comment in WoltLab/WCF/Language X-Git-Tag: 3.0.0_Beta_1~2385^2~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=87fe4ed0d1356cca79dd8947b6de422dc3454240;p=GitHub%2FWoltLab%2FWCF.git Fix comment in WoltLab/WCF/Language --- diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Language.js b/wcfsetup/install/files/js/WoltLab/WCF/Language.js index af38fa0b9f..8bda567c5d 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Language.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Language.js @@ -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) {