@@ -, +, @@ - Update a translation: > cd misc/translator > perl translate update fr-FR The "Click to edit" string should already have been translated, so it's not necessary to update the .po file. - Install the updated translation: > perl translate install fr-FR --- koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt @@ -307,7 +307,8 @@ type : 'text', pattern : "^\\d+(\.\\d{2})?$", onblur : 'submit', - width : "8em" + width : "8em", + tooltip : _("Click to edit") }); local.$('.editable_int').editable( function(value, settings) { var aPos = local.fnGetPosition( this ); @@ -317,7 +318,8 @@ type : 'text', pattern : "[0-9]*", onblur : 'submit', - width : "4em" + width : "4em", + tooltip : _("Click to edit") }); }, "fnRowCallback": function( nRow, aData, iDisplayIndex, iDisplayIndexFull ) { --