From d1b515136edb74227ef5199871c4734a878b76bc Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Mon, 2 Jan 2012 12:44:29 -0500 Subject: [PATCH] Fixed typo in the comment of the default mail charset string. Spotted by RQ and mentioned on #8147. Thanks! --- src/apps/mail/MailApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/mail/MailApp.cpp b/src/apps/mail/MailApp.cpp index b82cb8dcff..6f819986c0 100644 --- a/src/apps/mail/MailApp.cpp +++ b/src/apps/mail/MailApp.cpp @@ -131,11 +131,11 @@ TMailApp::TMailApp() TITLE_BAR_HEIGHT + kSigHeight); fPrefsWindowPos.Set(6, TITLE_BAR_HEIGHT); - const BCharacterSet *defaultComposeEncoding = + const BCharacterSet *defaultComposeEncoding = BCharacterSetRoster::FindCharacterSetByName( 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 " - "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 " "message compose encoding for your locale. If you don't know what is " "it and why it may needs changing, just leave \"UTF-8\"."));