https://git.reactos.org/?p=reactos.git;a=commitdiff;h=538f9d6aaec36378fb8ee…
commit 538f9d6aaec36378fb8eee8b35cab07a6ab390c8
Author: Bișoc George <fraizeraust99(a)gmail.com>
AuthorDate: Fri Oct 19 20:07:44 2018 +0200
Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito(a)reactos.org>
CommitDate: Wed Nov 7 23:16:29 2018 +0100
[USETUP] When choosing BTRFS for the partition, don't think of it as Ext2 but just a Linux partition
Most of Linux filesystems have the MBR ID assigned as 0x83 and when the user chooses BTRFS upon partitions page wizard, we're thinking of the partition as having Ext2 filesystem which is wrong and misleading.
---
base/setup/usetup/usetup.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/base/setup/usetup/usetup.c b/base/setup/usetup/usetup.c
index 975c45f5ea..ae5b86be94 100644
--- a/base/setup/usetup/usetup.c
+++ b/base/setup/usetup/usetup.c
@@ -3886,10 +3886,10 @@ BootLoaderPage(PINPUT_RECORD Ir)
DPRINT("Found OS/2 boot manager partition\n");
InstallOnFloppy = TRUE;
}
- else if (PartitionType == PARTITION_EXT2)
+ else if (PartitionType == PARTITION_LINUX)
{
- /* Linux EXT2 partition */
- DPRINT("Found Linux EXT2 partition\n");
+ /* Linux partition */
+ DPRINT("Found Linux native partition (ext2/ext3/ReiserFS/BTRFS/etc)\n");
InstallOnFloppy = FALSE;
}
else if (PartitionType == PARTITION_IFS)
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=52eee8955cad99ae9d6cc…
commit 52eee8955cad99ae9d6cc6bcda89572ed7e19634
Author: Zcooger <42012614+Zcooger(a)users.noreply.github.com>
AuthorDate: Wed Nov 7 16:20:32 2018 +0100
Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito(a)reactos.org>
CommitDate: Wed Nov 7 16:20:32 2018 +0100
[APPWIZ] Update polish translation (#921)
---
dll/cpl/appwiz/lang/pl-PL.rc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dll/cpl/appwiz/lang/pl-PL.rc b/dll/cpl/appwiz/lang/pl-PL.rc
index c48e2a0f70..7e7f7bada1 100644
--- a/dll/cpl/appwiz/lang/pl-PL.rc
+++ b/dll/cpl/appwiz/lang/pl-PL.rc
@@ -5,6 +5,7 @@
* IRC: irc.freenode.net #reactos-pl;
* UTF-8 conversion by Caemyr (May, 2011)
* Updated by Saibamen - Adam Stachowicz (saibamenppl(a)gmail.com) (April, 2014)
+ * Updated by Zcooger - M. St. Ciuńczyk (October, 2018)
*/
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
@@ -88,7 +89,7 @@ BEGIN
IDS_INSTALLING "Instalowanie..."
IDS_INVALID_SHA "Nieoczekiwana suma kontrolna ściągniętego pliku. Przerwanie instalacji uszkodzonego pliku."
IDS_NEW_INTERNET_SHORTCUT "Nowy skrót internetowy"
- IDS_DWL_FAILED "Failed to download the Gecko package. Make sure you have an internet connection in order to download it. The setup will proceed without installing Gecko."
+ IDS_DWL_FAILED "Nie udało się pobrać pakietu Gecko. Upewnij się, że masz połączenie z internetem, aby pobrać pakiet. Instalacja będzie kontynuowana bez pakietu Gecko."
IDS_CANTMAKEINETSHORTCUT "Nie można utworzyć skrótu internetowego."
IDS_CANTMAKESHORTCUT "Nie można utworzyć skrótu."
END