[Android] Replace "conveniency" with "convenience"
Daniel Kozar
git at videolan.org
Tue Nov 16 06:15:18 UTC 2021
vlc-android | branch: master | Daniel Kozar <39901-lighterowl at users.noreply.code.videolan.org> | Mon Nov 15 18:26:11 2021 +0100| [18d43b488be6737de8db414e657a726edab19333] | committer: Daniel Kozar
Replace "conveniency" with "convenience"
This seemed like a typo to me, but both Collins and Merriam-Webster
dictionaries list this as an obsolete or archaic word for "convenience".
I don't see why we shouldn't use the modern form of this word.
> https://code.videolan.org/videolan/vlc-android/commit/18d43b488be6737de8db414e657a726edab19333
---
application/resources/src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/resources/src/main/res/values/strings.xml b/application/resources/src/main/res/values/strings.xml
index 7fafdbe03..63412fc38 100644
--- a/application/resources/src/main/res/values/strings.xml
+++ b/application/resources/src/main/res/values/strings.xml
@@ -179,7 +179,7 @@
<string name="server_share_hint">Network share name (or IP address)</string>
<string name="server_folder_hint">Folder path (optional)</string>
<string name="server_username_hint">Username</string>
- <string name="server_servername_hint">Server name, for conveniency</string>
+ <string name="server_servername_hint">Server name, for convenience</string>
<string name="server_port">Port: </string>
<string name="login">Login</string>
<string name="password">Password</string>
More information about the Android
mailing list