Rollback string changes from #1157
These should never have been made Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
3981638e0f
commit
543cf5675a
1 changed files with 2 additions and 2 deletions
|
@ -329,8 +329,8 @@
|
|||
<string name="connection_mode_openkeychain" translatable="false">OpenKeychain</string>
|
||||
<string name="git_server_config_save_success">Successfully saved configuration</string>
|
||||
<string name="git_server_config_save_error">The provided repository URL is not valid</string>
|
||||
<string name="git_server_config_save_missing_username_https">Please specify the HTTPS username in the form https://username@example.com/username/…</string>
|
||||
<string name="git_server_config_save_missing_username_ssh">Please specify the SSH username in the form username@example.com:username/…</string>
|
||||
<string name="git_server_config_save_missing_username_https">Please specify the HTTPS username in the form https://username@example.com/…</string>
|
||||
<string name="git_server_config_save_missing_username_ssh">Please specify the SSH username in the form username@example.com:…</string>
|
||||
<string name="git_server_config_save_auth_mode_mismatch">Valid authentication modes for %1$s: %2$s</string>
|
||||
<string name="git_operation_wrong_passphrase">Wrong passphrase</string>
|
||||
<string name="git_operation_wrong_password">Wrong password</string>
|
||||
|
|
Loading…
Reference in a new issue