Closed (fixed)
Project:
NodeReview
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2007 at 21:51 UTC
Updated:
4 Apr 2007 at 15:29 UTC
Point of order:
I am planning on using this module, but I am not sure how my target audience is going to take to the word axis. I get it, you get it, I'm sure most other Drupal folks get it, but it is overly technical for general use, IMHO. I think the word "criteria" is more widely understood/acceptable. I understand why we wouldn't use the word "category" even though that would be even more applicable.
Comments
Comment #1
jo1ene commentedI see how deeply embedded in the code it is. Could this be configurable for display purposes? Like Drupal 5.0 content types admin - you can change the title field label and such.
Comment #2
vm commentedIf the text is wrapped in a t() string in the .module file, then it can be changed using the locale.module which is part of core.
Comment #3
jo1ene commentedTrue. But I hate hacking things that way. If nobody is interested in such an option, Crell can mark this wont fix.
Comment #4
vm commentedWas just offering it up as an option. using the locale.module to change text strings, wouldn't fall under "hacking" as far as I know. Again was just an option for you while awaiting Crell's final decision.
Comment #5
Crell commentedDoes the UI currently say "axis" on user-side pages, or only on admin-targeted pages? I can see the argument for changing or making the name configurable for user-side pages, but for admin-targeted pages I don't think the concept of a "review axis" is too much mental overhead (especially when, as mentioned, Drupal already uses a lot of good words).
Comment #6
BradM commentedWell I don't even know what 'axis' refers to on the drupal side of things. ;)
However, it can be changed from a user standpoint, so the teaser doesn't show this term.
Edit nodereview_node_nodereview.inc, line 332, which is:
$header = array(t('axis'), t('score'), t('review'));
Change 'axis' to a different word.
Comment #7
jo1ene commented