Browse Source

Merge pull request #1050 from nextcloud/comradekingu-patch-1

Spelling: "Login" is not a verb. + ": Uppercase"
Andy Scherzinger 7 years ago
parent
commit
0112219dd3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/res/values/strings.xml

+ 2 - 2
src/main/res/values/strings.xml

@@ -305,7 +305,7 @@
     <string name="activity_chooser_title">Send link to &#8230;</string>
     <string name="wait_for_tmp_copy_from_private_storage">Copying file from private storage</string>
     
-    <string name="oauth_check_onoff">Login with oAuth2</string> 
+    <string name="oauth_check_onoff">Log in with oAuth2</string> 
     <string name="oauth_login_connection">Connecting to OAuth 2 server…</string>    
         
     <string name="ssl_validator_header">The identity of the site could not be verified</string>
@@ -424,7 +424,7 @@
     <string name="file_migration_use_data_folder">Use</string>
 
     <string name="file_migration_source_not_readable_title">Source directory not readable!</string>
-    <string name="file_migration_source_not_readable">Do you still want to change the storage path to %1$s?\n\nNote: all data will have to be downloaded again.</string>
+    <string name="file_migration_source_not_readable">Do you still want to change the storage path to %1$s?\n\nNote: All data will have to be downloaded again.</string>
 
     <string name="prefs_category_accounts">Accounts</string>
     <string name="prefs_add_account">Add account</string>