translation adjustment based on feedback from official.
This commit is contained in:
parent
1c0dc8a0d7
commit
eedcbbfa10
2 changed files with 1 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ frappe.pages['data-import-tool'].onload = function(wrapper) {
|
|||
$select = $(wrapper).find('[name="dit-doctype"]');
|
||||
|
||||
frappe.messages.waiting($(wrapper).find(".dit-progress-area").toggle(false),
|
||||
__("Performing hardcore import process...."), 100);
|
||||
__("Performing hardcore import process")+ "....", 100);
|
||||
|
||||
// load doctypes
|
||||
frappe.call({
|
||||
|
|
|
|||
|
|
@ -194,8 +194,6 @@ frappe.views.moduleview.ModuleView = Class.extend({
|
|||
item.icon = item.icon || frappe.boot.doctype_icons[item.doctype];
|
||||
}
|
||||
|
||||
if(!item.description)
|
||||
item.description = __(item.description);
|
||||
item.description = cstr(item.description);
|
||||
|
||||
$list_item = $($r('<li class="list-group-item">\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue