Project:Views Slideshow
Version:6.x-3.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

In the code there are examples of t() being used like:

<?php
  t
('Override ' . $name . ' setting')
?>

This really isn't all that good for translators. Instead it should be something like:

<?php
  t
('Override !name setting', array('!name' => $name))
?>

This allows the translators to put the variable where ever it is appropriate in the text.

You can find more detail at http://api.drupal.org/api/function/t/6

Comments

#1

Status:active» needs review

How does this look?

AttachmentSize
927856-wrap_t-1.patch 13.25 KB

#2

Status:needs review» fixed

committed

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here