diff options
| author | 2023-03-29 16:25:24 +0200 | |
|---|---|---|
| committer | 2023-03-30 21:44:42 +0200 | |
| commit | eea0044b890fba335b96cb77cb77da6b9640b696 (patch) | |
| tree | cf6b44bdcabd78a23c7ff86006eb5ed21774c4a4 /app/src/main/res/values/strings.xml | |
| download | searchshortcut-master.tar.xz searchshortcut-master.zip | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..db25ab7 --- /dev/null +++ b/app/src/main/res/values/strings.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">Search Shortcut</string> + <string name="shortcut_label">Search Google</string> +</resources>
\ No newline at end of file |
