Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed underscore in string, shortened strings #355

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
10 changes: 5 additions & 5 deletions app/src/main/res/values/plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<string name="event_tcp_trip__dynamics_remote_ip">Remote IP</string>
<string name="event_tcp_trip__dynamics_remote_port">Remote port</string>
<string name="event_tcp_trip__dynamics_sent_data">Sent data</string>
<string name="event_tcp_trip__dynamics_received_data">Received_data</string>
<string name="event_tcp_trip__dynamics_received_data">Received data</string>

<string name="event_timer">Timer</string>
<string name="event_timer_shorter_time">Shorter Time</string>
Expand Down Expand Up @@ -226,8 +226,8 @@
<string name="usource_bt_device_dynamics_device_name">Device Name</string>
<string name="usource_bt_device_dynamics_device_address">Device Address</string>

<string name="usource_bluetooth_enabled">Bluetooth Enabled</string>
<string name="usource_bluetooth_enabled_bluetooth_is_enabled">Bluetooth is enabled?</string>
<string name="usource_bluetooth_enabled">Bluetooth</string>
<string name="usource_bluetooth_enabled_bluetooth_is_enabled">Is Bluetooth on?</string>

<string name="usource_calendar">Calendar</string>
<string name="calendar_select_dialog_title">Select Calendar</string>
Expand Down Expand Up @@ -306,7 +306,7 @@
<string name="usource_wificonn_select_dialog_title">Select Wi-Fi AP</string>
<string name="usource_wificonn_wait_for_result">Awaiting Wi-Fi scan result</string>

<string name="usource_wifi_enabled">WiFi Enabled</string>
<string name="usource_wifi_enabled_wifi_is_enabled">WiFi is enabled?</string>
<string name="usource_wifi_enabled">Wi-Fi</string>
<string name="usource_wifi_enabled_wifi_is_enabled">Is Wi-Fi on?</string>

</resources>