Project

General

Profile

Actions

Feature #263

closed

Correct pluralization "medium" <-> "media"

Added by Jochen Schalanda almost 14 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Low
Category:
Rails
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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

Actions #1

Updated by Jochen Schalanda almost 14 years ago

Proposed patch to correct the spelling of medium and media throughout Foreman.

Actions #2

Updated by Ohad Levy over 13 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...

Actions #3

Updated by Ohad Levy over 13 years ago

  • Category set to Rails
Actions #5

Updated by Jochen Schalanda over 13 years ago

  • Status changed from New to Ready For Testing
  • % Done changed from 0 to 100
Actions #6

Updated by Jochen Schalanda about 13 years ago

  • Status changed from Ready For Testing to Closed
Actions #7

Updated by Ohad Levy about 13 years ago

  • Target version set to 0.2
Actions

Also available in: Atom PDF