Fixed typo in the comment of the default mail charset string.
Spotted by RQ and mentioned on #8147. Thanks!
This commit is contained in:
@@ -135,7 +135,7 @@ TMailApp::TMailApp()
|
|||||||
BCharacterSetRoster::FindCharacterSetByName(
|
BCharacterSetRoster::FindCharacterSetByName(
|
||||||
B_TRANSLATE_COMMENT("UTF-8", "This string is used as a key to set "
|
B_TRANSLATE_COMMENT("UTF-8", "This string is used as a key to set "
|
||||||
"default message compose encoding. It must be correct IANA name from "
|
"default message compose encoding. It must be correct IANA name from "
|
||||||
"http://cgit.haiku-os.org/haiku-tree/src/kits/textencoding"
|
"http://cgit.haiku-os.org/haiku/tree/src/kits/textencoding"
|
||||||
"/character_sets.cpp Translate it only if you want to change default "
|
"/character_sets.cpp Translate it only if you want to change default "
|
||||||
"message compose encoding for your locale. If you don't know what is "
|
"message compose encoding for your locale. If you don't know what is "
|
||||||
"it and why it may needs changing, just leave \"UTF-8\"."));
|
"it and why it may needs changing, just leave \"UTF-8\"."));
|
||||||
|
|||||||
Reference in New Issue
Block a user