aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/encrypt_file.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/encrypt_file.xml')
-rw-r--r--res/layout/encrypt_file.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/encrypt_file.xml b/res/layout/encrypt_file.xml
index 259a7deba..f495bb4c0 100644
--- a/res/layout/encrypt_file.xml
+++ b/res/layout/encrypt_file.xml
@@ -149,7 +149,7 @@
<RadioButton
android:id="@+id/use_asymmetric"
- android:text="@string/use_asymmetric"
+ android:text="@string/label_asymmetric"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"
@@ -157,7 +157,7 @@
<RadioButton
android:id="@+id/use_symmetric"
- android:text="@string/use_symmetric"
+ android:text="@string/label_symmetric"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"