IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.09k stars 59 forks source link

[Enhancement] Create different string for the heart-action 'favorite' in media view #273

Closed ColorfulRhino closed 7 months ago

ColorfulRhino commented 7 months ago

Is your feature request related to a problem? Please describe. Currently there is only one string for 'favorites', which means the word on the button for showing the favorites is the same as the button for adding a single picture/video to the favorites. This is a problem in some languages.

Describe the solution you'd like I suggest creating a new string for the 'heart' action on the screen when you view a picture/video (the screen where you can also share, edit, delete and trash)

IacobIonut01 commented 7 months ago

Do you have any suggestions for the heart string?

ColorfulRhino commented 7 months ago

In English, the action could probably called 'Favorite', as all other things like 'Toggle favorite' would be too long for the quick-actions-bar. If I understand correctly from the strings file, the action is currently named 'Favorites'.