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:
parent
1940573bef
commit
569f88537a
@ -115,9 +115,9 @@ const restartUpdateDialogContent = {
|
||||
showBatteryWarning: true,
|
||||
confirmButtons: [{
|
||||
signal: 'ConfirmedReboot',
|
||||
label: C_('button', 'Restart & Install'),
|
||||
label: C_('button', 'Restart & Install'),
|
||||
}],
|
||||
unusedFutureButtonForTranslation: C_('button', 'Install & 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 & Install'),
|
||||
label: C_('button', 'Restart & Install'),
|
||||
}],
|
||||
iconName: 'view-refresh-symbolic',
|
||||
showOtherSessions: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user