damus

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

commit 136186e664c96b1596d31f89d39a14ef68fd0fe1
parent 36364f4f701c9cedbcb5c9e7539b0f3550a91dc6
Author: Terry Yiu <963907+tyiu@users.noreply.github.com>
Date:   Sat, 29 Apr 2023 19:43:14 -0400

Fix quotations in Localizable.stringsdict

Diffstat:
Mdamus/en-US.lproj/Localizable.stringsdict | 4++--
Mdamus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.stringsdict | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/damus/en-US.lproj/Localizable.stringsdict b/damus/en-US.lproj/Localizable.stringsdict @@ -269,9 +269,9 @@ <key>NSStringFormatValueTypeKey</key> <string>@</string> <key>one</key> - <string>You received %2$@ sat from %3$@: &quot;%4$@&quot;</string> + <string>You received %2$@ sat from %3$@: "%4$@"</string> <key>other</key> - <string>You received %2$@ sats from %3$@: &quot;%4$@&quot;</string> + <string>You received %2$@ sats from %3$@: "%4$@"</string> </dict> </dict> <key>zapped_tagged_in_3</key> diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.stringsdict b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.stringsdict @@ -269,9 +269,9 @@ <key>NSStringFormatValueTypeKey</key> <string>@</string> <key>one</key> - <string>You received %2$@ sat from %3$@: &quot;%4$@&quot;</string> + <string>You received %2$@ sat from %3$@: "%4$@"</string> <key>other</key> - <string>You received %2$@ sats from %3$@: &quot;%4$@&quot;</string> + <string>You received %2$@ sats from %3$@: "%4$@"</string> </dict> </dict> <key>zapped_tagged_in_3</key>