harmonize foodsoft capitalisation

This commit is contained in:
wvengen 2014-06-18 13:28:19 +02:00
parent 86c972a201
commit 873e8d44a2
6 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
# Module for FoodSoft-File import
# The FoodSoft-File is a cvs-file, with semicolon-seperatet columns
# Module for Foodsoft-File import
# The Foodsoft-File is a cvs-file, with columns separated by semicolons
require 'csv'

View file

@ -58,7 +58,7 @@ class Message < ActiveRecord::Base
add_recipients([user])
end
# Returns true if this message is a system message, i.e. was sent automatically by the FoodSoft itself.
# Returns true if this message is a system message, i.e. was sent automatically by Foodsoft itself.
def system_message?
self.sender_id.nil?
end