aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/tunnel_list_fragment.xml
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-12-15 14:45:14 -0600
committerSamuel Holland <samuel@sholland.org>2018-12-15 14:46:23 -0600
commit2e8d566bd42ac747ad276eb5e328ee2303c48c26 (patch)
tree50cd35a1bc93e6668a9db982af50b7e5b70c6e1e /app/src/main/res/layout/tunnel_list_fragment.xml
parentProvide semantically meaningful exceptions for translation (diff)
downloadwireguard-android-2e8d566bd42ac747ad276eb5e328ee2303c48c26.tar.xz
wireguard-android-2e8d566bd42ac747ad276eb5e328ee2303c48c26.zip
Clean up error messages
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/layout/tunnel_list_fragment.xml')
-rw-r--r--app/src/main/res/layout/tunnel_list_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml
index d255005a..38d0dcbd 100644
--- a/app/src/main/res/layout/tunnel_list_fragment.xml
+++ b/app/src/main/res/layout/tunnel_list_fragment.xml
@@ -89,7 +89,7 @@
android:layout_height="wrap_content"
android:onClick="@{fragment::onRequestScanQRCode}"
app:fabSize="mini"
- app:fab_title="@string/create_from_qrcode"
+ app:fab_title="@string/create_from_qr_code"
app:srcCompat="@drawable/ic_action_scan_qr_code_white" />
<com.wireguard.android.widget.fab.LabeledFloatingActionButton