Skip to content

Commit 581add4

Browse files
committed
Make 'Pause updates for' submenu item use translation
1 parent e164003 commit 581add4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/UniGetUI/Pages/SoftwarePages/SoftwareUpdatesPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public override BetterMenu GenerateContextMenu()
153153

154154
MenuFlyoutSubItem menuPause = new()
155155
{
156-
Text = "Pause updates for",
156+
Text = CoreTools.AutoTranslated("Pause updates for"),
157157
Icon = new FontIcon { Glyph = "\uE769" },
158158
};
159159
foreach (IgnoredUpdatesDatabase.PauseTime menuTime in new List<IgnoredUpdatesDatabase.PauseTime>{

0 commit comments

Comments
 (0)