From f95d114872e55eebc2194f4d822e696b82ecebda Mon Sep 17 00:00:00 2001 From: Oliver530 Date: Fri, 11 May 2018 21:33:20 +0200 Subject: [PATCH] consistent upper and lowercase --- Sources/ImageRow.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ImageRow.swift b/Sources/ImageRow.swift index 52e7e7e..5e7f599 100644 --- a/Sources/ImageRow.swift +++ b/Sources/ImageRow.swift @@ -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: