Change the initial of the proper noun to uppercase

markdown -> Markdown
This commit is contained in:
Shun Sakai 2020-02-14 13:02:44 +09:00
parent 68570a41e0
commit 2ceaead7fc
11 changed files with 12 additions and 12 deletions

View file

@ -206,7 +206,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
std::tie(receiptsLayout, readReceipts_) = addSetting(tr("Read receipts"));
QHBoxLayout *markdownLayout = nullptr;
std::tie(markdownLayout, markdownEnabled_) = addSetting(tr("Send messages as markdown"));
std::tie(markdownLayout, markdownEnabled_) = addSetting(tr("Send messages as Markdown"));
QHBoxLayout *desktopLayout = nullptr;
std::tie(desktopLayout, desktopNotifications_) = addSetting(tr("Desktop notifications"));