Skip to content

Commit

Permalink
Resolve "translatable="false" warning on a string
Browse files Browse the repository at this point in the history
  • Loading branch information
irfano committed Apr 6, 2023
1 parent d14b738 commit 8b50e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,7 @@
<string name="permissions_denied_message">It looks like you turned off permissions required for this feature.&lt;br/&gt;&lt;br/&gt;To change this, edit your permissions and make sure &lt;strong&gt;%s&lt;/strong&gt; is enabled.</string>
<string name="permission_storage">Storage</string>
<string name="permission_images">Photos and videos</string>
<string name="permission_video">@string/permission_images</string>
<string name="permission_video" translatable="false">@string/permission_images</string>
<string name="permission_audio">Music and audio</string>
<string name="permission_images_video_audio">Photos and videos &amp; Music and audio</string>
<string name="permission_camera">Camera</string>
Expand Down

0 comments on commit 8b50e67

Please sign in to comment.