damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit ae9ae66b39db74662404eb0d73722422d2cd30c9
parent e7281fdacc9a3ea51647ec308ed25331458c4ca3
Author: Terry Yiu <963907+tyiu@users.noreply.github.com>
Date:   Fri,  9 Jun 2023 00:06:18 -0400

Fix spelling of Nostr to use Titlecase instead of lowercase

Changelog-Fixed: Fix spelling of Nostr to use Titlecase instead of lowercase

Diffstat:
Mdamus/Views/CreateAccountView.swift | 2+-
Mdamus/Views/LoginView.swift | 2+-
Mdamus/Views/QRCodeView.swift | 2+-
Mdamus/Views/SetupView.swift | 10+++++-----
Mdamus/en-US.xcloc/Localized Contents/en-US.xliff | 54+++++++++++++++++++++++++++---------------------------
Mdamus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings | 0
6 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/damus/Views/CreateAccountView.swift b/damus/Views/CreateAccountView.swift @@ -96,7 +96,7 @@ struct LoginPrompt: View { @Environment(\.dismiss) var dismiss var body: some View { HStack { - Text("Already on nostr?", comment: "Ask the user if they already have an account on nostr") + Text("Already on Nostr?", comment: "Ask the user if they already have an account on Nostr") .foregroundColor(Color("DamusMediumGrey")) Button(NSLocalizedString("Login", comment: "Button to navigate to login view.")) { diff --git a/damus/Views/LoginView.swift b/damus/Views/LoginView.swift @@ -340,7 +340,7 @@ struct CreateAccountPrompt: View { @Binding var create_account: Bool var body: some View { HStack { - Text("New to nostr?", comment: "Ask the user if they are new to nostr") + Text("New to Nostr?", comment: "Ask the user if they are new to Nostr") .foregroundColor(Color("DamusMediumGrey")) Button(NSLocalizedString("Create account", comment: "Button to navigate to create account view.")) { diff --git a/damus/Views/QRCodeView.swift b/damus/Views/QRCodeView.swift @@ -160,7 +160,7 @@ struct QRCodeView: View { Spacer() - Text("Follow me on nostr", comment: "Text on QR code view to prompt viewer looking at screen to follow the user.") + Text("Follow me on Nostr", comment: "Text on QR code view to prompt viewer looking at screen to follow the user.") .font(.system(size: 24, weight: .heavy)) .padding(.top) diff --git a/damus/Views/SetupView.swift b/damus/Views/SetupView.swift @@ -40,7 +40,7 @@ struct SetupView: View { .fontWeight(.heavy) .foregroundStyle(DamusLogoGradient.gradient) - Text("The go-to iOS nostr client", comment: "Quick description of what Damus is") + Text("The go-to iOS Nostr client", comment: "Quick description of what Damus is") .foregroundColor(DamusColors.mediumGrey) .padding(.top, 10) @@ -85,7 +85,7 @@ struct LearnAboutNostrLink: View { Button(action: { openURL(URL(string: "https://nostr.com")!) }, label: { - Text("Learn more about nostr", comment: "Button that opens up a webpage where the user can learn more about nostr.") + Text("Learn more about Nostr", comment: "Button that opens up a webpage where the user can learn more about Nostr.") .foregroundColor(.accentColor) }) @@ -101,7 +101,7 @@ struct WhatIsNostr: View { HStack(alignment: .top) { Image("nostr-logo") VStack(alignment: .leading) { - Text("What is nostr?", comment: "Heading text for section describing what is nostr.") + Text("What is Nostr?", comment: "Heading text for section describing what is Nostr.") .fontWeight(.bold) .padding(.vertical, 10) @@ -120,11 +120,11 @@ struct WhyWeNeedNostr: View { HStack(alignment: .top) { Image("lightbulb") VStack(alignment: .leading) { - Text("Why we need nostr?", comment: "Heading text for section describing why nostr is needed.") + Text("Why we need Nostr?", comment: "Heading text for section describing why Nostr is needed.") .fontWeight(.bold) .padding(.vertical, 10) - Text("Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken", comment: "Description about why nostr is needed.") + Text("Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken", comment: "Description about why Nostr is needed.") .foregroundColor(DamusColors.mediumGrey) } } diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff @@ -168,10 +168,10 @@ Sentence composed of 2 variables to describe how many people are following a use <target>All</target> <note>Label for filter for all notifications.</note> </trans-unit> - <trans-unit id="Already on nostr?" xml:space="preserve"> - <source>Already on nostr?</source> - <target>Already on nostr?</target> - <note>Ask the user if they already have an account on nostr</note> + <trans-unit id="Already on Nostr?" xml:space="preserve"> + <source>Already on Nostr?</source> + <target>Already on Nostr?</target> + <note>Ask the user if they already have an account on Nostr</note> </trans-unit> <trans-unit id="Always show images" xml:space="preserve"> <source>Always show images</source> @@ -571,9 +571,9 @@ Sentence composed of 2 variables to describe how many people are following a use <target>Follow Back</target> <note>Button to follow a user back.</note> </trans-unit> - <trans-unit id="Follow me on nostr" xml:space="preserve"> - <source>Follow me on nostr</source> - <target>Follow me on nostr</target> + <trans-unit id="Follow me on Nostr" xml:space="preserve"> + <source>Follow me on Nostr</source> + <target>Follow me on Nostr</target> <note>Text on QR code view to prompt viewer looking at screen to follow the user.</note> </trans-unit> <trans-unit id="Followers" xml:space="preserve"> @@ -672,10 +672,10 @@ Sentence composed of 2 variables to describe how many people are following a use <note>Navigation title for managing keys. Settings section for managing keys</note> </trans-unit> - <trans-unit id="Learn more about nostr" xml:space="preserve"> - <source>Learn more about nostr</source> - <target>Learn more about nostr</target> - <note>Button that opens up a webpage where the user can learn more about nostr.</note> + <trans-unit id="Learn more about Nostr" xml:space="preserve"> + <source>Learn more about Nostr</source> + <target>Learn more about Nostr</target> + <note>Button that opens up a webpage where the user can learn more about Nostr.</note> </trans-unit> <trans-unit id="Left Handed" xml:space="preserve"> <source>Left Handed</source> @@ -820,10 +820,10 @@ Sentence composed of 2 variables to describe how many people are following a use <target>New encrypted direct message</target> <note>Notification that the user has received a new direct message</note> </trans-unit> - <trans-unit id="New to nostr?" xml:space="preserve"> - <source>New to nostr?</source> - <target>New to nostr?</target> - <note>Ask the user if they are new to nostr</note> + <trans-unit id="New to Nostr?" xml:space="preserve"> + <source>New to Nostr?</source> + <target>New to Nostr?</target> + <note>Ask the user if they are new to Nostr</note> </trans-unit> <trans-unit id="No" xml:space="preserve"> <source>No</source> @@ -1318,7 +1318,7 @@ Button text to indicate that the zap type is a private zap.</note> <trans-unit id="Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken" xml:space="preserve"> <source>Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken</source> <target>Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken</target> - <note>Description about why nostr is needed.</note> + <note>Description about why Nostr is needed.</note> </trans-unit> <trans-unit id="Software" xml:space="preserve"> <source>Software</source> @@ -1360,9 +1360,9 @@ Button text to indicate that the zap type is a private zap.</note> <target>The address should either begin with LNURL or should look like an email address.</target> <note>Giving the description of the alert message.</note> </trans-unit> - <trans-unit id="The go-to iOS nostr client" xml:space="preserve"> - <source>The go-to iOS nostr client</source> - <target>The go-to iOS nostr client</target> + <trans-unit id="The go-to iOS Nostr client" xml:space="preserve"> + <source>The go-to iOS Nostr client</source> + <target>The go-to iOS Nostr client</target> <note>Quick description of what Damus is</note> </trans-unit> <trans-unit id="They are impersonating someone" xml:space="preserve"> @@ -1566,15 +1566,15 @@ YOU WILL NO LONGER BE ABLE TO LOG INTO DAMUS USING THIS ACCOUNT KEY. <target>What do you want to report?</target> <note>Header text to prompt user what issue they want to report.</note> </trans-unit> - <trans-unit id="What is nostr?" xml:space="preserve"> - <source>What is nostr?</source> - <target>What is nostr?</target> - <note>Heading text for section describing what is nostr.</note> + <trans-unit id="What is Nostr?" xml:space="preserve"> + <source>What is Nostr?</source> + <target>What is Nostr?</target> + <note>Heading text for section describing what is Nostr.</note> </trans-unit> - <trans-unit id="Why we need nostr?" xml:space="preserve"> - <source>Why we need nostr?</source> - <target>Why we need nostr?</target> - <note>Heading text for section describing why nostr is needed.</note> + <trans-unit id="Why we need Nostr?" xml:space="preserve"> + <source>Why we need Nostr?</source> + <target>Why we need Nostr?</target> + <note>Heading text for section describing why Nostr is needed.</note> </trans-unit> <trans-unit id="Yes, Overwrite" xml:space="preserve"> <source>Yes, Overwrite</source> diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings Binary files differ.