diff options
Diffstat (limited to 'protocols/Tox/res')
-rw-r--r-- | protocols/Tox/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 12df8301a4..3d4c63a511 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -123,7 +123,7 @@ CAPTION "Tox profile import" FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
PUSHBUTTON "Import",IDOK,124,66,50,14,WS_DISABLED
- LTEXT "Tox profile contains your ID and friend list.\r\nYou may import existing profile from other tox client.\r\nPress "Import" to perform import from existing profile.\r\nPress "Cancel" or close this window to create new profile.",IDC_STATIC,7,7,221,31
+ LTEXT "Tox profile contains your ID and friend list.\r\nYou may import existing profile from other tox client.\r\nPress ""Import"" to perform import from existing profile.\r\nPress ""Cancel"" or close this window to create new profile.",IDC_STATIC,7,7,221,31
EDITTEXT IDC_PROFILE_PATH,7,38,202,14,ES_AUTOHSCROLL
PUSHBUTTON "...",IDC_BROWSE_PROFILE,212,38,16,14
DEFPUSHBUTTON "Cancel",IDCANCEL,178,66,50,14
|