Ticket #3150 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

Text in core/page.trunks.php will never get translated

Reported by: mickecarlsson Assigned to: p_lindheimer
Priority: trivial Milestone: 2.5
Component: Core Version: 2.5-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

Line 462:

462 	                var answer=confirm("Are you sure you want to disable this trunk in all routes it is used?");

and line 468:

468 	                alert("You have enabled this trunk in all routes it is used");

Text is in javascript and it can't be enclosed with the _(" ") sequence (as far as I know).

Change History

09/03/08 13:40:14 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [6543]) fixes #3150 enclose javascript confirm and alert mesagges in gettext function for localization