From 0fa6be46142c9f9bd542e494a0e39d638a261aea Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 19 Feb 2014 23:53:00 +0100 Subject: [PATCH] endSessionDialog: Add extra strings for translation Add two extra, currently unused strings in order to make the life easier for translators and avoid breaking the upcoming string freezes. https://bugzilla.gnome.org/show_bug.cgi?id=722898 --- js/ui/endSessionDialog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js index 2ac185efb..a7a678f09 100644 --- a/js/ui/endSessionDialog.js +++ b/js/ui/endSessionDialog.js @@ -127,6 +127,8 @@ const restartInstallDialogContent = { showBatteryWarning: true, confirmButtons: [{ signal: 'ConfirmedReboot', label: C_("button", "Restart & Install") }], + unusedFutureButtonForTranslation: C_("button", "Install & Power Off"), + unusedFutureCheckBoxForTranslation: C_("checkbox", "Power off after updates are installed"), iconName: 'view-refresh-symbolic', iconStyleClass: 'end-session-dialog-shutdown-icon', showOtherSessions: true,