diff --git a/damus Localizations/en-US.xcloc/Localized Contents/en-US.xliff b/damus Localizations/en-US.xcloc/Localized Contents/en-US.xliff index 4764bed..c5e8c28 100644 --- a/damus Localizations/en-US.xcloc/Localized Contents/en-US.xliff +++ b/damus Localizations/en-US.xcloc/Localized Contents/en-US.xliff @@ -16,8 +16,8 @@ Bundle name - "Granting Damus access to your photo library allows you to save photos. - "Granting Damus access to your photo library allows you to save photos. + Granting Damus access to your photos allows you to save images. + Granting Damus access to your photos allows you to save images. Privacy - Photo Library Additions Usage Description @@ -285,6 +285,16 @@ Number of profiles a user is following. DM Navigation title for DM view, which is the English abbreviation for Direct Message. + + DM Type + DM Type + DM selector for seeing either DMs or message requests, which are messages that have not been responded to yet. + + + DMs + DMs + No comment provided by engineer. + Damus Damus @@ -507,11 +517,6 @@ Part of a larger sentence to describe how many profiles a user is following. Private Key Private Key - Label to indicate that the text below is the user's private key used by only the user themself as a secret to login to access their account. - - - PrivateKey - PrivateKey Title of the secure field that holds the user's private key. @@ -590,6 +595,11 @@ Part of a larger sentence to describe how many profiles a user is following.Reposted Text indicating that the post was reposted (i.e. re-shared). + + Requests + Requests + No comment provided by engineer. + Reset Reset diff --git a/damus Localizations/en-US.xcloc/Source Contents/damus/en-US.lproj/InfoPlist.strings b/damus Localizations/en-US.xcloc/Source Contents/damus/en-US.lproj/InfoPlist.strings index 59906e5..4a87ad7 100644 --- a/damus Localizations/en-US.xcloc/Source Contents/damus/en-US.lproj/InfoPlist.strings +++ b/damus Localizations/en-US.xcloc/Source Contents/damus/en-US.lproj/InfoPlist.strings @@ -3,4 +3,4 @@ /* Bundle name */ "CFBundleName" = "damus"; /* Privacy - Photo Library Additions Usage Description */ -"NSPhotoLibraryAddUsageDescription" = "\"Granting Damus access to your photo library allows you to save photos."; +"NSPhotoLibraryAddUsageDescription" = "Granting Damus access to your photos allows you to save images."; diff --git a/damus Localizations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus Localizations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings index 462b724..549459e 100644 Binary files a/damus Localizations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings and b/damus Localizations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings differ diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj index b5dd2cc..e765350 100644 --- a/damus.xcodeproj/project.pbxproj +++ b/damus.xcodeproj/project.pbxproj @@ -1239,7 +1239,7 @@ INFOPLIST_FILE = damus/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Damus; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; - INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "\"Granting Damus access to your photo library allows you to save photos."; + INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Granting Damus access to your photos allows you to save images."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; @@ -1280,7 +1280,7 @@ INFOPLIST_FILE = damus/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Damus; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; - INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "\"Granting Damus access to your photo library allows you to save photos."; + INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Granting Damus access to your photos allows you to save images."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; diff --git a/damus/Views/ConfigView.swift b/damus/Views/ConfigView.swift index 9031590..60962b7 100644 --- a/damus/Views/ConfigView.swift +++ b/damus/Views/ConfigView.swift @@ -91,7 +91,7 @@ struct ConfigView: View { Section(NSLocalizedString("Secret Account Login Key", comment: "Section title for user's secret account login key.")) { HStack { if show_privkey == false { - SecureField(NSLocalizedString("PrivateKey", comment: "Title of the secure field that holds the user's private key."), text: $privkey) + SecureField(NSLocalizedString("Private Key", comment: "Title of the secure field that holds the user's private key."), text: $privkey) .disabled(true) } else { Text(sec)