Fix translate supplier_type.js

This commit is contained in:
Bárbara Perretti 2013-10-15 18:15:29 -03:00
parent 119326826a
commit 058e246be6

View File

@ -2,5 +2,5 @@
// License: GNU General Public License v3. See license.txt
cur_frm.cscript.refresh = function(doc) {
cur_frm.set_intro(doc.__islocal ? "" : "There is nothing to edit.")
cur_frm.set_intro(doc.__islocal ? "" : wn._("There is nothing to edit."))
}