aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-29 15:14:39 -0700
committerKenny Root <kenny@the-b.org>2015-07-29 15:14:39 -0700
commit1c0f56ad8bc82ebf0ed56d38092fc59410ea34f3 (patch)
treea5e8217f713b199352ef2cd47550902a4514f72a /app/src/main/res/values/strings.xml
parenta50c117765c8795346187a950b1407fe827f3f11 (diff)
downloadconnectbot-1c0f56ad8bc82ebf0ed56d38092fc59410ea34f3.tar.gz
connectbot-1c0f56ad8bc82ebf0ed56d38092fc59410ea34f3.tar.bz2
connectbot-1c0f56ad8bc82ebf0ed56d38092fc59410ea34f3.zip
Change three dots to elipsis
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7d351a4..a9141ca 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -59,7 +59,7 @@
<string name="pubkey_gather_entropy">"Gathering Entropy"</string>
<string name="pubkey_touch_prompt">"Touch this box to gather randomness: %1$d%% done"</string>
<string name="pubkey_touch_hint">"In order to assure randomness during the key generation, move your finger randomly over the box below."</string>
- <string name="pubkey_generating">"Generating key pair..."</string>
+ <string name="pubkey_generating">"Generating key pair…"</string>
<string name="pubkey_copy_private">"Copy private key"</string>
<string name="pubkey_copy_public">"Copy public key"</string>
<!-- Note that the '\n' just splits lines, so it's actually "create or import" -->