mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[loc] fix a small typo
This commit is contained in:
parent
855fa59f9a
commit
af684cd700
2 changed files with 6 additions and 6 deletions
|
@ -522,7 +522,7 @@ t MSG_273 "Change the application language"
|
|||
t MSG_274 "ISOHybrid image detected"
|
||||
# '%s' below will be replaced with your translations for MSG_036 ("ISO Image") and MSG_095 ("DD Image")
|
||||
t MSG_275 "The image you have selected is an 'ISOHybrid' image. This means it can be written either in "
|
||||
"%s (file copy) mode or %s (disk image) mode .\n"
|
||||
"%s (file copy) mode or %s (disk image) mode.\n"
|
||||
"Rufus recommends using %s mode, so that you always have full access to the drive after writing it.\n"
|
||||
"However, if you encounter issues during boot, you can try writing this image again in %s mode.\n\n"
|
||||
"Please select the mode that you want to use to write this image:"
|
||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -32,7 +32,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
IDD_DIALOG DIALOGEX 12, 12, 242, 376
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Rufus 2.4.715"
|
||||
CAPTION "Rufus 2.4.716"
|
||||
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
|
||||
|
@ -317,8 +317,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 2,4,715,0
|
||||
PRODUCTVERSION 2,4,715,0
|
||||
FILEVERSION 2,4,716,0
|
||||
PRODUCTVERSION 2,4,716,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -335,13 +335,13 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
||||
VALUE "FileDescription", "Rufus"
|
||||
VALUE "FileVersion", "2.4.715"
|
||||
VALUE "FileVersion", "2.4.716"
|
||||
VALUE "InternalName", "Rufus"
|
||||
VALUE "LegalCopyright", "© 2011-2015 Pete Batard (GPL v3)"
|
||||
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
||||
VALUE "OriginalFilename", "rufus.exe"
|
||||
VALUE "ProductName", "Rufus"
|
||||
VALUE "ProductVersion", "2.4.715"
|
||||
VALUE "ProductVersion", "2.4.716"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in a new issue