various translation missed __()

This commit is contained in:
81552433qqcom
2014-09-10 15:36:53 +08:00
committed by Anand Doshi
parent 97478b746d
commit 4bab0a2f54
8 changed files with 20 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ frappe.pages['activity'].onload = function(wrapper) {
});
list.run();
wrapper.appframe.set_title_right("Refresh", function() { list.run(); });
wrapper.appframe.set_title_right(__("Refresh"), function() { list.run(); });
// Build Report Button
if(frappe.boot.user.can_get_report.indexOf("Feed")!=-1) {