summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/config_converter.xml8
-rwxr-xr-xres/values/strings.xml1
2 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/config_converter.xml b/res/layout/config_converter.xml
index c2927efd..f43d463e 100644
--- a/res/layout/config_converter.xml
+++ b/res/layout/config_converter.xml
@@ -1,9 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/config_convert_root"
android:orientation="vertical" >
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/files_missing_hint"
+ android:visibility="gone"
+ android:id="@+id/files_missing_hint"
+ tools:visibilty="visible"/>
<CheckBox
android:id="@+id/importpkcs12"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f4f7f6eb..deeb096c 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -315,4 +315,5 @@
<string name="blocklocal_title">Bypass VPN for local networks</string>
<string name="userpw_file">Username/Password file</string>
<string name="imported_from_file">[Imported from: %s]</string>
+ <string name="files_missing_hint">Some files could not be found. Please select the files to import the profile:</string>
</resources>