mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Alpha 1.0.10: better changelog message.
This commit is contained in:
parent
695733f520
commit
c0c7b39375
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ void AppClass::checkMapVersion() {
|
|||
if (Local::oldMapVersion()) {
|
||||
QString versionFeatures;
|
||||
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000010) {
|
||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 More different emoticons supported.\n\xe2\x80\x94 Bug fixes and other minor improvements.");
|
||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Support for more emoji.\n\xe2\x80\x94 Bug fixes and other minor improvements.");
|
||||
} else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000005) {
|
||||
versionFeatures = langNewVersionText();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue