summaryrefslogtreecommitdiff
path: root/res/layout/log_silders.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/log_silders.xml')
-rw-r--r--res/layout/log_silders.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/log_silders.xml b/res/layout/log_silders.xml
index 5df97490..1035cb4a 100644
--- a/res/layout/log_silders.xml
+++ b/res/layout/log_silders.xml
@@ -27,7 +27,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Timestamps"/>
+ android:text="@string/timestamps"/>
<RadioGroup
android:id="@+id/timeFormatRadioGroup"
@@ -38,21 +38,21 @@
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="None"
+ android:text="@string/timestamps_none"
android:id="@+id/radioNone"
/>
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Short"
+ android:text="@string/timestamp_short"
android:id="@+id/radioShort"
/>
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="ISO"
+ android:text="@string/timestamp_iso"
android:id="@+id/radioISO"
/>