aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/res/values/base-strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/android/res/values/base-strings.xml')
-rw-r--r--tensorflow/examples/android/res/values/base-strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tensorflow/examples/android/res/values/base-strings.xml b/tensorflow/examples/android/res/values/base-strings.xml
index 93cfe0dac2..f6c57d5030 100644
--- a/tensorflow/examples/android/res/values/base-strings.xml
+++ b/tensorflow/examples/android/res/values/base-strings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 2013 The TensorFlow Authors. All Rights Reserved.
+ Copyright 2016 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -17,5 +17,6 @@
<resources>
<string name="app_name">TensorFlow Demo</string>
- <string name="activity_name_classification">TF Classification</string>
+ <string name="activity_name_classification">TF Classify</string>
+ <string name="activity_name_detection">TF Detect</string>
</resources>