Skip to content

Commit

Permalink
Merge pull request #44 from Oliver530/patch-1
Browse files Browse the repository at this point in the history
consistent upper and lowercase
  • Loading branch information
Martin Barreto authored Apr 12, 2019
2 parents 296d79b + f95d114 commit 99c16f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ImageRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public extension ImageRowSourceTypes {
var localizedString: String {
switch self {
case ImageRowSourceTypes.Camera:
return NSLocalizedString("Take photo", comment: "")
return NSLocalizedString("Take Photo", comment: "")
case ImageRowSourceTypes.PhotoLibrary:
return NSLocalizedString("Photo Library", comment: "")
case ImageRowSourceTypes.SavedPhotosAlbum:
Expand Down

0 comments on commit 99c16f6

Please sign in to comment.