Web UI: Complete translatable strings

This commit is contained in:
ngosang 2015-05-23 20:35:25 +02:00
parent c5ce99ebec
commit dcdb319653
4 changed files with 23 additions and 10 deletions

View file

@ -363,7 +363,7 @@ initializeWindows = function() {
new Event(e).stop();
new MochaUI.Window({
id: 'aboutpage',
title: 'About',
title: 'QBT_TR(About)QBT_TR',
loadMethod: 'xhr',
contentURL: 'about.html',
width: 650,