0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

Make "Gallery" labels translatable from Crowdin

Use the existing "Gallery" string which is translatable in Crowdin for:
 - the "Gallery" option label in the menu of "Select image" in "Image Occlusion" note type
 - the "Gallery" option label in the menu of multimedia file attachment in the note editor
This commit is contained in:
snowtimeglass 2024-06-23 14:20:42 +09:00 committed by lukstbit
parent b9aacdee33
commit ece272e7af
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:text="@string/pick_image_gallery"
android:text="@string/multimedia_editor_image_field_editing_galery"
app:iconPadding="12dp" />
</LinearLayout>

View File

@ -67,7 +67,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:text="@string/pick_image_gallery" />
android:text="@string/multimedia_editor_image_field_editing_galery" />
</LinearLayout>
</LinearLayout>