Adjusting the pref_help_general.xml

add the finalize button and description (German and English) on the help activity
This commit is contained in:
ErikWaegerle 2020-07-07 22:03:08 +02:00
parent e25da314ff
commit aa4571a124
3 changed files with 8 additions and 0 deletions

View file

@ -73,6 +73,8 @@
<string name="help_permissions">Berechtigungen</string>
<string name="help_notes_summary">Schaltet zwischen Notizen- und Werteingabe hin und her</string>
<string name="help_notes">Notizen</string>
<string name="finalize">Fertigstellen</string>
<string name="finalize_summary">Ist zur Bestätigung der Zahleneingabe im "Create Sudoku" Spielmodus </string>
<string name="help_keyhighlighted_yellow_summary">Zeigt an, ob die korrekte Anzahl des Wertes im Spielfeld vorkommt.</string>
<string name="help_keyhighlighted_summary">Zeigt an, dass der Wert ausgewählt ist. Jede Berührung eines Feldes setzt in diesem Modus die Zahl direkt, ohne das Feld vorher auszuwählen.</string>
<string name="help_keyboard">Tastatur</string>

View file

@ -138,6 +138,8 @@
<string name="help_delete_summary">Deletes a selected field</string>
<string name="help_notes">Note toggle button</string>
<string name="help_notes_summary">Toggles if numbers should be set as notes or as values in a field</string>
<string name="finalize">Finalize button</string>
<string name="finalize_summary">Is used to confirm the numeric input in the create sudoku game mode </string>
<string name="help_privacyInfo">Privacy Info</string>
<string name="help_permissions">Permissions</string>
<string name="help_permissions_summary">Privacy Friendly Sudoku does not use any permissions.</string>

View file

@ -34,6 +34,10 @@
android:selectable="false"
android:icon="@drawable/ic_create_black_48dp"
android:summary="@string/help_notes_summary"/>
<Preference android:title="@string/finalize"
android:selectable="false"
android:icon="@drawable/ic_finalize"
android:summary="@string/finalize_summary"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/help_privacyInfo">