public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Added missing s.
Michael Hartl (author)
Tue Jun 03 09:22:33 -0700 2008
commit  0b6a9c0728693d0a265147d543ff69d4fb0c9e36
tree    94287ef5958a640ff4037d66e0c3dcd3b6134b35
parent  467859c09ac9c47b6b0b1b9cf021e137cb8c651d
...
38
39
40
41
 
42
43
44
...
38
39
40
 
41
42
43
44
0
@@ -38,7 +38,7 @@ module ActivitiesHelper
0
     when "Photo"
0
       %(#{person_link(person)}'s profile picture has changed.)
0
     when "Person"
0
- %(#{person_link(person)}' description has changed.)
0
+ %(#{person_link(person)}'s description has changed.)
0
     else
0
       # TODO: make this a more graceful falure (?).
0
       raise "Invalid activity type #{activity_type(activity).inspect}"

Comments

    No one has commented yet.