From 97408254a2243586ba3feb90eab80b2a7eb91a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1rbara=20Perretti?= Date: Mon, 7 Oct 2013 17:29:58 -0300 Subject: [PATCH] Fix translate conf.js --- public/js/conf.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/js/conf.js b/public/js/conf.js index 993d2ab800..bc49f711a8 100644 --- a/public/js/conf.js +++ b/public/js/conf.js @@ -24,14 +24,14 @@ $(document).bind('toolbar_setup', function() { wn.provide('wn.ui.misc'); wn.ui.misc.about = function() { if(!wn.ui.misc.about_dialog) { - var d = new wn.ui.Dialog({title:'About ERPNext'}) + var d = new wn.ui.Dialog({title: wn._('About ERPNext')}) $(d.body).html(repl("
\ -

ERPNext is an open-source web based ERP made by Web Notes Technologies Pvt Ltd.\ +

"+wn._("ERPNext is an open-source web based ERP made by Web Notes Technologies Pvt Ltd.\ to provide an integrated tool to manage most processes in a small organization.\ - For more information about Web Notes, or to buy hosting servies, go to \ - https://erpnext.com.

\ -

To report an issue, go to GitHub Issues

\ + For more information about Web Notes, or to buy hosting servies, go to ")+ + "https://erpnext.com.

\ +

"+wn._("To report an issue, go to ")+"GitHub Issues

\
\

License: GNU General Public License Version 3

\
", wn.app));