diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 06:53:01 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 06:53:01 +0100 |
commit | 4817f11cb0181f66e3724404b391706d09829b3c (patch) | |
tree | f6d5e2aba79a917a3fd3a27d271fee2621b3b1c0 /res/layout/vpnstatus.xml | |
parent | 4e1708cada6a0bcb30a20373bd77b14f825c5a43 (diff) |
Fix lints warnings, change folder icons
Diffstat (limited to 'res/layout/vpnstatus.xml')
-rw-r--r-- | res/layout/vpnstatus.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/vpnstatus.xml b/res/layout/vpnstatus.xml index 0c765fe6..eb7c53ee 100644 --- a/res/layout/vpnstatus.xml +++ b/res/layout/vpnstatus.xml @@ -9,7 +9,7 @@ <TextView - android:text="Upload" + android:text="@string/uploaded_data" style="@style/logWindowStatusTitle"/> <TextView @@ -18,7 +18,7 @@ tools:text="4 Mbit/s 6.7 GB"/> <TextView - android:text="Download" + android:text="@string/downloaded_data" style="@style/logWindowStatusTitle"/> <TextView @@ -34,7 +34,7 @@ <TextView - android:text="Vpn Status" + android:text="@string/vpn_status" style="@style/logWindowStatusTitle"/> <TextView |