There should be no variables in the translatable string. Please use the placeholders to make your strings more secure and translatable.

 78:   $objects["$alias->path"] = t("View page displays having a path of '$alias->path'");
108: '#title' => t("View $alias->view_name, display $alias->display_name, on path $alias->path, with $voc->name arguments."),

Comments

wojtha’s picture

Status: Active » Needs review
StatusFileSize
new14.67 KB

Patch includes also a dozen of whitespace fixes.

wojtha’s picture

StatusFileSize
new14.67 KB

Almost same as #1, changed just one line - more appropriate placeholders.

- '#title' => t('View @view, display @display, on path @path, with @vocabulary arguments.', array('@view' => $alias->view_name,...
+ '#title' => t('View %view, display %display, on path %path, with %vocabulary arguments.', array('%view' => $alias->view_name,...
wojtha’s picture

Version: 6.x-2.2 » 6.x-2.x-dev
emackn’s picture

Version: 6.x-2.x-dev » 6.x-2.2
StatusFileSize
new7.19 KB

i rerolled this, seemed to be some issues applying it to dev. I'm applying it to 2.x

emackn’s picture

Status: Needs review » Reviewed & tested by the community
john franklin’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

It looks like this patch has already been applied.

Status: Fixed » Closed (fixed)

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