converted translator.get to translator.translate

This commit is contained in:
barisusakli
2014-04-13 22:16:43 -04:00
parent fb43282a9c
commit 8aa4f053e8
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ define(['taskbar', 'string', 'sounds'], function(taskbar, S, sounds) {
chatsListEl.empty();
if (!chats.length) {
translator.get('modules:chat.no_active', function(str) {
translator.translate('[[modules:chat.no_active]]', function(str) {
$('<li />')
.addClass('no_active')
.html('<a href="#">' + str + '</a>')