Chromium Code Reviews| Index: tools/perf/perf_helper_app/res/values/strings.xml |
| diff --git a/tools/perf/perf_helper_app/res/values/strings.xml b/tools/perf/perf_helper_app/res/values/strings.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7cc3fe938793be6da07f3cd95d50b779568dd4d0 |
| --- /dev/null |
| +++ b/tools/perf/perf_helper_app/res/values/strings.xml |
| @@ -0,0 +1,15 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<!-- Copyright 2016 The Chromium Authors. All rights reserved. |
| + Use of this source code is governed by a BSD-style license that can be |
| + found in the LICENSE file. |
| +--> |
| + |
| +<resources> |
| + <string name="app_name">Perf Helper</string> |
| + <string name="push_apps_to_background_message"> |
| + "<b>What is my purpose?</b>\n |
| + <i>You push apps to the background.</i>\n |
| + <b>Oh my God</b>." |
|
Primiano Tucci (use gerrit)
2016/03/08 12:09:24
LOL
|
| + </string> |
| + <string name="title_activity_push_apps_to_background">Push Apps To Background</string> |
| +</resources> |