endSessionDialog: Drop markup from button labels

This is no longer necessary with button labels being non-markup
by default.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3149>
This commit is contained in:
Carlos Garnacho 2024-01-29 16:38:50 +01:00 committed by Florian Müllner
parent 1940573bef
commit 569f88537a

View File

@ -115,9 +115,9 @@ const restartUpdateDialogContent = {
showBatteryWarning: true,
confirmButtons: [{
signal: 'ConfirmedReboot',
label: C_('button', 'Restart &amp; Install'),
label: C_('button', 'Restart & Install'),
}],
unusedFutureButtonForTranslation: C_('button', 'Install &amp; Power Off'),
unusedFutureButtonForTranslation: C_('button', 'Install & Power Off'),
unusedFutureCheckBoxForTranslation: C_('checkbox', 'Power off after updates are installed'),
iconName: 'view-refresh-symbolic',
showOtherSessions: true,
@ -136,7 +136,7 @@ const restartUpgradeDialogContent = {
showBatteryWarning: false,
confirmButtons: [{
signal: 'ConfirmedReboot',
label: C_('button', 'Restart &amp; Install'),
label: C_('button', 'Restart & Install'),
}],
iconName: 'view-refresh-symbolic',
showOtherSessions: true,