Posted by linuxxguy on June 29, 2009 at 2:33am
| Project: | Faceted Search |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
In function theme_faceted_search_keyword_or_label, the text 'OR' needs to be t('OR').
Comments
#1
#2
#3
#4
patch (to be ported) is a status reserved for when the patch works, but needs to be ported either to a newer version on the same branch, or a different branch. Thus, needs review is the correct status.
#5
Also, I don't think that this patch is necessary b/c we don't want OR to be translated in the text of a SQL statement, since this is showing what SQL would be executed. David Lesieur can correct me if I'm wrong.
#6
The 'OR' here is not part of an SQL statement. It is in text displayed to the user.
#7
subscribing