summaryrefslogtreecommitdiffstats
path: root/account.c
diff options
context:
space:
mode:
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>2018-11-18 10:05:30 -0800
committerKevin McCarthy <kevin@8t8.us>2018-11-18 10:05:30 -0800
commit2a919856600e372da1dac25a1acfbcc8b3066e7b (patch)
tree6e04d968fc96bbb808e6a57197845504219a2b14 /account.c
parent5c1af7a43490b5a935357a9a52be6a4e514ec92a (diff)
Add L10N comments to several unclear messages.
Updating Japanese translation, I found that some of the updated messages were a little hard to understand without reading the code. Add comments to some messages I nearly translated in a wrong way.
Diffstat (limited to 'account.c')
-rw-r--r--account.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/account.c b/account.c
index 9e7f9154..0cfea974 100644
--- a/account.c
+++ b/account.c
@@ -276,6 +276,11 @@ char* mutt_account_getoauthbearer (ACCOUNT* account)
if (cmd == NULL)
{
+ /* L10N: You will see this error message if (1) you have "oauthbearer" in
+ one of your $*_authenticators and (2) you do not have the corresponding
+ $*_oauth_refresh_command defined. So the message does not mean "None of
+ your $*_oauth_refresh_command's are defined."
+ */
mutt_error (_("mutt_account_getoauthbearer: No OAUTH refresh command defined"));
return NULL;
}