Closed (won't fix)
Project:
Crumbs, the Breadcrumbs suite
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2010 at 11:40 UTC
Updated:
26 Jul 2012 at 12:51 UTC
Missing t() in following places:
./plugins/crumbs.pathauto.inc: return 'the alias that pathauto would assign to this path.';
./plugins/crumbs.taxonomy.inc: $titles['voc_'.$voc_id] = "Vocabulary: " . $voc->name;
./plugins/crumbs.path.inc: return 'existing alias for the given path';
./crumbs.admin.inc: '#title' => 'Order of rules.',
./crumbs.admin.inc: '#description' => 'Each row is a rule',
Comments
Comment #1
donquixote commentedTrue.
I will gradually improve this.
I think it is not that important, because most of this will only ever be read by admins.
Besides, I think it's better to wait until the texts have become more stable and complete.
Still, it's a valid request.
Comment #2
donquixote commentedCan you check if this still applies in 7.x-1.x ?
I assume it does not, and set this to "won't fix" for the D6 version. Please reopen and set the version to 7.x-1.x, if it still applies.