Actions
Feature #263
closedCorrect pluralization "medium" <-> "media"
Description
This is kind of a non-issue but I think it should be corrected on the long run.
Foreman uses the terminus (Installation) Media as singular and Medias as plural, which is wrong. The correct singular is "Medium" and plural is "Media".
ActiveSupport::Inflector
supports this irregular pluralization out-of-the-box:
# script/console Loading development environment (Rails 2.3.5) >> "medium".pluralize => "media"
Files
Updated by Jochen Schalanda over 14 years ago
- File 0001-Fixes-263-correct-pluralization-of-medium-media.patch 0001-Fixes-263-correct-pluralization-of-medium-media.patch added
Proposed patch to correct the spelling of medium and media throughout Foreman.
Updated by Ohad Levy about 14 years ago
- Assignee set to Jochen Schalanda
Hi,
From some reason, I missed this one, any chance you want to reapply the patch on the latest HEAD?
thanks...
Updated by Jochen Schalanda about 14 years ago
- File 0001-Fixes-263-Refactored-Foreman-to-use-correct-singular.patch 0001-Fixes-263-Refactored-Foreman-to-use-correct-singular.patch added
Rebased the patch against latest HEAD.
Updated by Jochen Schalanda about 14 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset db59a916ee6ab36f19ea8d8d2edb6a45d1b78e31.
Updated by Jochen Schalanda almost 14 years ago
- Status changed from Ready For Testing to Closed
Actions