2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

9014001 beta version prepared

This commit is contained in:
John Preston
2015-12-03 21:27:45 +03:00
parent ee7ffd6482
commit ec5ea2afc1
2 changed files with 67 additions and 67 deletions

View File

@@ -707,7 +707,7 @@ void Application::checkMapVersion() {
if (cDevVersion() && Local::oldMapVersion() < 9014) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Sticker management: manually rearrange your sticker packs, pack order is now synced across all your devices\n\xe2\x80\x94 New context menu for chats in chats list\n\xe2\x80\x94 Support for all existing emoji");// .replace('@', qsl("@") + QChar(0x200D));
} else if (Local::oldMapVersion() < 9013) {
versionFeatures = lng_new_version_text(lt_link, qsl("https://telegram.org/blog/supergroups")).trimmed();
versionFeatures = lang(lng_new_version_text).trimmed();
} else {
versionFeatures = lang(lng_new_version_minor).trimmed();
}