diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-06-17 17:48:52 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-06-17 17:48:52 +0200 |
commit | 13e05504181d87958af95365876a53e5015fafde (patch) | |
tree | a0ff58c5c7b78124d76e05167d1818a444259286 /res/layout/file_dialog_main.xml | |
parent | 91a865d665fd055792810cfcad10391625df2f7b (diff) |
- Fix last commitv0.5.8
- Implement reading extra CA cert from file to fix keystore error on some mobile phones
Diffstat (limited to 'res/layout/file_dialog_main.xml')
-rw-r--r-- | res/layout/file_dialog_main.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/file_dialog_main.xml b/res/layout/file_dialog_main.xml index 2f88ffb7..68af9b18 100644 --- a/res/layout/file_dialog_main.xml +++ b/res/layout/file_dialog_main.xml @@ -23,7 +23,7 @@ android:id="@+id/fdButtonSelect" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/select" > + android:text="@string/select_file" > </Button> </LinearLayout> |