From 4f3da353e411e32db9f8a4419e89d810a1a4d469 Mon Sep 17 00:00:00 2001 From: Benoit Marty <benoitm@matrix.org> Date: Tue, 3 Dec 2019 13:23:44 +0100 Subject: [PATCH] Add ellipsis char for action with another step --- vector/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml index 4c328cb15e..57e9ca35d6 100644 --- a/vector/src/main/res/values/strings.xml +++ b/vector/src/main/res/values/strings.xml @@ -1783,7 +1783,7 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming <string name="report_content_spam">"It's spam"</string> <string name="report_content_inappropriate">"It's inappropriate"</string> - <string name="report_content_custom">"Custom report"</string> + <string name="report_content_custom">"Custom report…"</string> <string name="report_content_custom_title">"Report this content"</string> <string name="report_content_custom_hint">"Reason for reporting this content"</string> <string name="report_content_custom_submit">"REPORT"</string>