change string name

This commit is contained in:
sk 2023-11-15 16:46:24 +01:00
parent 4c585fc5d0
commit 99e881bb95
2 changed files with 3 additions and 3 deletions

View File

@ -254,8 +254,8 @@
android:layout_height="52dp"
android:visibility="invisible"
android:background="@drawable/bg_button_m3_text_circle"
android:tooltipText="@string/sk_private_note_confirm"
android:contentDescription="@string/sk_private_note_confirm"
android:tooltipText="@string/sk_confirm_changes"
android:contentDescription="@string/sk_confirm_changes"
android:src="@drawable/ic_fluent_checkmark_24_regular"/>
<ProgressBar

View File

@ -425,7 +425,7 @@
<string name="sk_settings_default_visibility">Default posting visibility</string>
<string name="sk_button_mutuals">Mutuals</string>
<string name="sk_private_note_hint">Add a personal note about this profile</string>
<string name="sk_private_note_confirm">Confirm changes</string>
<string name="sk_confirm_changes">Confirm changes</string>
<string name="sk_private_note_update_failed">Failed to save note</string>
<string name="sk_private_note_confirm_delete">Delete personal note about %s?</string>
<string name="sk_delete_note">Delete personal note</string>