[DESK]
[reactos.git] / reactos / dll / cpl / desk / lang / en-GB.rc
index 2269f9c..4e4982b 100644 (file)
@@ -150,6 +150,17 @@ BEGIN
     AUTORADIOBUTTON "Ask me before applying the new colour settings.", IDC_ASKME_RB, 14, 146, 228, 10
 END
 
+IDD_CONFIRMSETTINGS DIALOGEX 20, 30, 233, 57
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "Display Settings"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    LTEXT "Do you want to keep these display settings?", IDC_STATIC, 7, 7, 219, 8
+    LTEXT "", IDC_TIMEOUTTEXT, 7, 20, 219, 8
+    PUSHBUTTON "&Yes", IDYES, 121, 36, 50, 14
+    DEFPUSHBUTTON "&No", IDNO, 175, 36, 50, 14
+END
+
 IDR_PREVIEW_MENU MENU
 BEGIN
     MENUITEM "Normal", ID_MENU_NORMAL
@@ -252,4 +263,5 @@ BEGIN
     IDS_DISPLAY_SETTINGS "Display settings"
     IDS_APPLY_FAILED "Failed to apply new settings..."
     IDS_APPLY_NEEDS_RESTART "You need to restart your computer to apply changes."
+    IDS_TIMEOUTTEXT "Revert to previous settings in %d seconds."
 END