2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Langs updated with changelog. Version 0.9.50 stable.

This commit is contained in:
John Preston
2016-06-14 23:42:37 +03:00
parent 53def26475
commit 893cd9e877
9 changed files with 11 additions and 11 deletions

View File

@@ -1049,10 +1049,10 @@ void AppClass::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion()) {
QString versionFeatures;
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9049) {
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9050) {
// versionFeatures = QString::fromUtf8("\xe2\x80\x94 Select and copy text in photo / video captions and web page previews\n\xe2\x80\x94 Media player shortcuts are enabled only when player is opened");
versionFeatures = langNewVersionText();
} else if (Local::oldMapVersion() < 9049) {
} else if (Local::oldMapVersion() < 9050) {
versionFeatures = langNewVersionText();
} else {
versionFeatures = lang(lng_new_version_minor).trimmed();