Skip to content

Commit

Permalink
Make "Gallery" labels translatable from Crowdin
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snowtimeglass authored and lukstbit committed Jul 22, 2024
1 parent b9aacde commit ece272e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/layout/bottomsheet_multimedia.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit ece272e

Please sign in to comment.