Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Fixes #50: Actions to be performed are now more clear #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions skunkworks_crow/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
<string name="scan_alert_oreo">Scan QR Code to connect to this network</string>

<string name="saved_forms">Saved Forms</string>
<string name="send_selected">Send</string>
<string name="select_all">Select all</string>
<string name="clear_all">Clear all</string>
<string name="send_count">Send (%d)</string>
<string name="send_forms">Send</string>
<string name="send_selected">Send Selected Forms</string>
<string name="select_all">Select all Forms</string>
<string name="clear_all">Clear all Forms</string>
<string name="send_count">Send Selected Forms(%d)</string>
<string name="send_forms">Send Forms</string>
<string name="version">Version: %1$s</string>
<string name="id">ID: %1s</string>

<string name="connect_wifi">Connect to wifi</string>
<string name="receive_forms">Receive</string>
<string name="receive_forms">Receive Forms</string>
<string name="enable_wifi">Enable Wifi to start scan</string>
<string name="no_wifi_available">No wifi available. Scan again !</string>
<string name="scanning">Scanning. Please wait</string>
Expand Down