diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-01-01 16:34:03 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-01-01 16:34:03 +0100 |
commit | 4a7969ef244c862429d56e74d90570d94a73b3e7 (patch) | |
tree | 3c58f630cdb569d902d343207d323f5db8553c4d /ui/src/main/res | |
parent | f670ff22c67d01d4917afae42032582318146536 (diff) |
ClipboardUtils: localize clipboard notification snack
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res')
-rw-r--r-- | ui/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index 869cf7d9..d569ccfe 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -97,6 +97,7 @@ <string name="create_output_dir_error">Cannot create output directory</string> <string name="create_temp_dir_error">Cannot create local temporary directory</string> <string name="create_tunnel">Create Tunnel</string> + <string name="copied_to_clipboard">%s copied to clipboard</string> <string name="dark_theme_summary_off">Currently using light (day) theme</string> <string name="dark_theme_summary_on">Currently using dark (night) theme</string> <string name="dark_theme_title">Use dark theme</string> |