diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-21 16:46:47 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-21 17:17:42 +0530 |
commit | 9ace8dd92816456ce00557a2f1cb0c2f7a9cef7f (patch) | |
tree | eb746cae3eb5896123814d56434a1ec595919801 /ui/src/main/res/values-hi-rIN/strings.xml | |
parent | 8f727903f3505ce48ca50c1d816131f5df8aa103 (diff) |
strings: replace three dots with ellipsis character
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res/values-hi-rIN/strings.xml')
-rw-r--r-- | ui/src/main/res/values-hi-rIN/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values-hi-rIN/strings.xml b/ui/src/main/res/values-hi-rIN/strings.xml index f47b1687..ef1d78b2 100644 --- a/ui/src/main/res/values-hi-rIN/strings.xml +++ b/ui/src/main/res/values-hi-rIN/strings.xml @@ -175,7 +175,7 @@ <string name="shell_exit_status_read_error">शेल बाहर निकलने की स्थिति नहीं पढ़ सकता</string> <string name="shell_marker_count_error">शेल ने 4 मार्करों की अपेक्षा की, %d प्राप्त किया</string> <string name="shell_start_error">शेल शुरू करने में विफल: %d</string> - <string name="success_application_will_restart">सफलता। एप्लीकेशन अब पुनः आरंभ होगा...</string> + <string name="success_application_will_restart">सफलता। एप्लीकेशन अब पुनः आरंभ होगा…</string> <string name="toggle_all">सबको स्विच करे</string> <string name="toggle_error">वायरगार्ड टनल टॉगल करने में त्रुटि: %s</string> <string name="tools_installer_already">wg और wg-quick पहले से इंस्टॉल हैं</string> |