We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e164003 commit 581add4Copy full SHA for 581add4
1 file changed
src/UniGetUI/Pages/SoftwarePages/SoftwareUpdatesPage.cs
@@ -153,7 +153,7 @@ public override BetterMenu GenerateContextMenu()
153
154
MenuFlyoutSubItem menuPause = new()
155
{
156
- Text = "Pause updates for",
+ Text = CoreTools.AutoTranslated("Pause updates for"),
157
Icon = new FontIcon { Glyph = "\uE769" },
158
};
159
foreach (IgnoredUpdatesDatabase.PauseTime menuTime in new List<IgnoredUpdatesDatabase.PauseTime>{
0 commit comments