Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locale/lastore-daemon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ msgid "Backing up and installing updates..."
msgstr ""

#: ../src/lastore-daemon/manager_upgrade.go:204
msgid "Start to update. Please do not shutdown"
msgid "Download completed, system starts backing up before update"
msgstr ""

#: ../src/lastore-daemon/manager_upgrade.go:267
Expand Down
4 changes: 2 additions & 2 deletions locale/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ msgid "Backing up and installing updates..."
msgstr "备份和安装更新中..."

#: ../src/lastore-daemon/manager_upgrade.go:204
msgid "Start to update. Please do not shutdown"
msgstr "系统开始更新,更新完成前请不要关闭计算机"
msgid "Download completed, system starts backing up before update"
msgstr "下载完成,系统开始进行更新前备份"

#: ../src/lastore-daemon/manager_upgrade.go:267
msgid "Backup failed!"
Expand Down
2 changes: 1 addition & 1 deletion src/lastore-daemon/manager_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func (m *Manager) distUpgradePartly(sender dbus.Sender, origin system.UpdateType
// 设置UpdateStatus为WaitRunUpgrade,隐藏更新并关机/重启按钮
m.statusManager.SetUpdateStatus(mode, system.WaitRunUpgrade)
if m.config.IntranetUpdate {
msg := gettext.Tr("Start to update. Please do not shutdown")
msg := gettext.Tr("Download completed, system starts backing up before update")
go m.sendNotify(updateNotifyShow, 0, "preferences-system", "", msg, nil, nil, system.NotifyExpireTimeoutNoHide)
}

Expand Down
Loading