Skip to content

Commit

Permalink
consistent upper and lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver530 authored May 11, 2018
1 parent 2a05b7c commit f95d114
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 @@ 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 f95d114

Please sign in to comment.