Skip to content

Commit 8acc818

Browse files
authored
Merge pull request #407 from AOSC-Dev/fix-tum-2-too-loong
i18n(en_US): fix tum-2 too loong
2 parents 598c2d4 + 64407e4 commit 8acc818

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

i18n/en-US/oma.ftl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,13 @@ status-package = Processing package { $pkg }
237237
update-available = System Update(s) Available
238238
update-available-2 = oma has found the following updates are available for your system:
239239
tum-1 = oma has found { $updates } updates available for your system:
240-
tum-1-with-security = oma has found { $updates } updates available for your system ({ $security } security updates are marked in { $security_str }):
241-
tum-2 = In order to fulfill the operations you specified, oma will need to perform the following changes to your system components. The details are as follows.Details of the component changes for this operation are as follows:
240+
tum-1-with-security =
241+
oma has found { $updates } updates available for your system ({ $security } security updates are
242+
marked in { $security_str }):
243+
tum-2 =
244+
In order to fulfill the operations you specified, oma will need to perform the
245+
following changes to your system components. Details of the component changes
246+
for this operation are as follows:
242247
security = security update(s)
243248
verify-error = An error occurred while verifying the signature for { $p }.
244249
sources-list-empty = Mirror source configuration is empty.

src/subcommand/upgrade.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ impl CliExecuter for Upgrade {
218218
.apt(apt)
219219
.dry_run(dry_run)
220220
.no_fixbroken(no_fixbroken)
221+
.check_update(true)
221222
.no_progress(no_progress)
222223
.sysroot(sysroot.to_string_lossy().to_string())
223224
.protect_essential(config.protect_essentials())

0 commit comments

Comments
 (0)