mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[DEVMGR]
Add missing changes files svn path=/trunk/; revision=69615
This commit is contained in:
parent
4c9058d60f
commit
eb3d7eb326
2 changed files with 2 additions and 0 deletions
|
@ -268,6 +268,7 @@ STRINGTABLE DISCARDABLE
|
|||
BEGIN
|
||||
IDS_APPNAME "ReactOS Device Manager"
|
||||
IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop functioning.\r\nDo you really want to disable it?"
|
||||
IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from your system.\r\nDo you want to continue?"
|
||||
END
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
/* General strings */
|
||||
#define IDS_CONFIRM_DISABLE 80
|
||||
#define IDS_CONFIRM_UNINSTALL 81
|
||||
|
||||
/* Menu strings */
|
||||
#define IDS_MENU_UPDATE 90
|
||||
|
|
Loading…
Reference in a new issue