mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Some fixes and improvements
This commit is contained in:
parent
f09510a217
commit
6db0345a38
2 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:alpha="0.7"
|
||||
android:text="Tap here to refresh poll"
|
||||
android:text="@string/tap_here_to_refresh_poll"
|
||||
tools:ignore="HardcodedText" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
|
|
|
@ -1625,6 +1625,7 @@
|
|||
<string name="label_adjust">Adjust</string>
|
||||
<string name="msg_save_image">Are you want to exit without saving image ?</string>
|
||||
<string name="msg_share_image">Share Image</string>
|
||||
<string name="tap_here_to_refresh_poll">Tap here to refresh poll</string>
|
||||
|
||||
<string-array name="photo_editor_emoji" translatable="false">
|
||||
<!-- Smiles -->
|
||||
|
|
Loading…
Reference in a new issue