strings refactor

This commit is contained in:
David Kaspar 2024-12-30 14:07:06 +01:00
parent 7999608f28
commit 21d80518c9
2 changed files with 3 additions and 3 deletions

View File

@ -679,7 +679,7 @@ fun ShareImageAction(
val n19 = Nip19Bech32.uriToRoute(postNostrUri)?.entity as? Nip19Bech32.NEvent
if (n19 != null) {
accountViewModel.addMediaToGallery(n19.hex, videoUri, n19.relay[0], blurhash, dim, hash, mimeType) // TODO Whole list or first?
accountViewModel.toast(R.string.media_saved, R.string.media_saved_to_profile_gallery)
accountViewModel.toast(R.string.media_added, R.string.media_added_to_profile_gallery)
}
}

View File

@ -711,8 +711,8 @@
<string name="copy_url_to_clipboard">Copy URL to clipboard</string>
<string name="copy_the_note_id_to_the_clipboard">Copy Note ID to clipboard</string>
<string name="add_media_to_gallery">Add Media to Gallery</string>
<string name="media_saved">Media added</string>
<string name="media_saved_to_profile_gallery">Media added to your Profile Gallery</string>
<string name="media_added">Media added</string>
<string name="media_added_to_profile_gallery">Media added to your Profile Gallery</string>
<string name="created_at">Created at</string>
<string name="rules">Rules</string>