codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.23k stars 540 forks source link

Bad Preference Title at first opening #856

Open JeanGarf opened 4 years ago

JeanGarf commented 4 years ago

Steps to reproduce the behaviour

  1. Open Main Navigation Menu

  2. Open "Settings"

Expected behaviour

  1. "Settings" should be replaced by "Preferences" (to be more homogeneous with "General Preferences")

  2. Title should be "Preferences"

Actual behaviour

  1. Item is "Settings"

  2. Title is "General Preferences", which is the title of the ActionBar if you choose the "General" list item

If you click "General" list item, it opens with "General Preferences" If you slide to the right, you get back the Preference List, but this time, the title is the expected one : "Settings" (which should be "Preferences")

Software specifications

JeanGarf commented 4 years ago

I'have corrected this issue in 4a5bd129d4d4b828ad3915b555dfdf977650a923, but I don't know yet how to give it to you