Skip to content

Commit 626ebf2

Browse files
sefinekAmrsatrio
authored andcommitted
Clean up README wording and English UI text
1 parent 94cc68e commit 626ebf2

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ body:
3838
Windows 11 24H2 26100.2314 ARM64
3939
validations:
4040
required: true
41-
41+
4242
- type: textarea
4343
attributes:
44-
label: 3rd party tweak software installed
45-
description: A list of 3rd Party software that may modify the shell in someway.
44+
label: Third-party tweak software installed
45+
description: A list of third-party software that may modify the shell in some way.
4646
placeholder: |
4747
Example:
4848
TranslucentTB
@@ -52,7 +52,7 @@ body:
5252
Wallpaper Engine
5353
validations:
5454
required: true
55-
55+
5656
- type: textarea
5757
attributes:
5858
label: Describe the bug

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ This project aims to enhance the working environment on Windows.
44

55
## How to?
66

7-
1. Download the latest version of the setup program in [here](https://github.com/valinet/ExplorerPatcher/releases/latest).
7+
1. Download the latest setup program from the [Releases page](https://github.com/valinet/ExplorerPatcher/releases/latest).
88
* Choose `ep_setup.exe` if your device uses an Intel or AMD processor, or `ep_setup_arm64.exe` if your device uses a Snapdragon processor.
9-
1. Run the installer. It will automatically prompt for elevation, after which it will close `explorer.exe` and install the necessary files. When done, you will see the desktop again and the Windows 10 taskbar.
10-
1. Right-click the taskbar and choose "Properties".
11-
1. To change the taskbar style, go to the "Taskbar" section and look for "Taskbar style".
12-
1. To use the Windows 10 Start menu, go to the "Start menu" section and change the Start menu style to Windows 10.
13-
1. To use the Windows 10 Alt+Tab, go to the "Window switcher" section and change the "Window switcher (Alt+tab) style" to Windows 10.
14-
1. Feel free to check other configuration options.
9+
2. Run the installer. It will automatically prompt for elevation, after which it will close `explorer.exe` and install the necessary files. When done, you will see the desktop again and the Windows 10 taskbar.
10+
3. Right-click the taskbar and choose "Properties".
11+
4. To change the taskbar style, go to the "Taskbar" section and look for "Taskbar style".
12+
5. To use the Windows 10 Start menu, go to the "Start menu" section and change the Start menu style to Windows 10.
13+
6. To use the Windows 10 Alt+Tab, go to the "Window switcher" section and change the "Window switcher (Alt+Tab) style" to Windows 10.
14+
7. Feel free to check other configuration options.
1515

1616
That's it!
1717

1818
**Note:** Some features may be unavailable on some Windows versions.
1919

2020
## Uninstalling
2121

22-
* Right click the taskbar then click "Properties" or search for "ExplorerPatcher", and go to "Uninstall" section or
22+
* Right-click the taskbar then click "Properties" or search for "ExplorerPatcher", and go to "Uninstall" section or
2323
* Use "Programs and Features" in Control Panel, or "Apps and features" in the Settings app or
2424
* Run `ep_setup.exe /uninstall` or
2525
* Rename `ep_setup.exe` to `ep_uninstall.exe` and run that.

ep_gui/resources/lang/ep_gui.en-US.rc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BEGIN
1818
IDS_UPDATES_DOWNLOADING_0 "Preparing…"
1919
IDS_UPDATES_SUCCESS_T "Update successful"
2020
IDS_UPDATES_DLFAILED_T "Update failed"
21-
IDS_UPDATES_DLFAILED_B "The user has cancelled the process or an error has occured when attempting to install this update."
21+
IDS_UPDATES_DLFAILED_B "The user has cancelled the process or an error has occurred when attempting to install this update."
2222
IDS_UPDATES_INSTALLEDVER "Installed version: %d.%d.%d.%d"
2323
IDS_UPDATES_PROMPT "Would you like to install an update for ExplorerPatcher?\n\nDownloaded from:\n%s"
2424

@@ -102,15 +102,15 @@ BEGIN
102102
IDS_TRAY_OVERFLOWSTYLE "Hidden icons popup style"
103103
IDS_TRAY_OVERFLOWSTYLE_0 "Windows 10 (default)"
104104
IDS_TRAY_OVERFLOWSTYLE_1 "Windows 11"
105-
IDS_TRAY_REPLACENETWORK_L1 "Choosing 'Open Network && Internet settings' when right clicking the"
105+
IDS_TRAY_REPLACENETWORK_L1 "Choosing 'Open Network && Internet settings' when right-clicking the"
106106
IDS_TRAY_REPLACENETWORK_L2 "network icon should open"
107107
IDS_TRAY_REPLACENETWORK_0 "Network section in the Settings app (default)"
108108
IDS_TRAY_REPLACENETWORK_1 "Network and Sharing Center in Control Panel"
109109
IDS_TRAY_REPLACENETWORK_2 "Network Connections in Control Panel"
110110
IDS_TRAY_SYSICONBEHAVIOR "When clicking a system icon in the system tray, open:"
111111
IDS_TRAY_NETWORK "Network"
112112
IDS_TRAY_NETWORK_6 "Control Center"
113-
IDS_TRAY_NETWORK_5 "Windows 11 WiFi flyout"
113+
IDS_TRAY_NETWORK_5 "Windows 11 Wi-Fi flyout"
114114
IDS_TRAY_NETWORK_0 "Windows 10 flyout (default)"
115115
IDS_TRAY_NETWORK_2 "Windows 8 flyout"
116116
IDS_TRAY_NETWORK_1 "Network section in the Settings app"
@@ -177,7 +177,7 @@ BEGIN
177177
IDS_START_MONITOROVERRIDE_L1 "When using multiple displays, open Start on this monitor when invoked using"
178178
IDS_START_MONITOROVERRIDE_L2 "the keyboard"
179179
IDS_START_MONITOROVERRIDE_1 "Primary monitor (default)"
180-
IDS_START_MONITOROVERRIDE_0 "Monitor on which the cursor is on"
180+
IDS_START_MONITOROVERRIDE_0 "Monitor containing the cursor"
181181
IDS_START_MONITOROVERRIDE_2 "Monitor #2"
182182
IDS_START_MONITOROVERRIDE_3 "Monitor #3"
183183
IDS_START_MONITOROVERRIDE_4 "Monitor #4"
@@ -317,7 +317,7 @@ BEGIN
317317
IDS_WEATHER_CLEAR_PROMPT "Are you sure you want to permanently clear the weather widget's local data?\n\nThis will reset the internal components to their default state, but will preserve your preferences. This may fix the widget not loading the data properly, or having layout issues etc."
318318
IDS_WEATHER_CLEAR_WAIT "Please wait…"
319319
IDS_WEATHER_CLEAR_SUCCESS "Weather widget data cleared successfully."
320-
IDS_WEATHER_CLEAR_FAILED "An error has occured while clearing the data."
320+
IDS_WEATHER_CLEAR_FAILED "An error has occurred while clearing the data."
321321

322322
IDS_SP "Spotlight"
323323

@@ -399,7 +399,7 @@ BEGIN
399399
IDS_ADV_LEARN "Learn more"
400400
IDS_ADV_CONSOLE "Enable console"
401401
IDS_ADV_MEMCHECK "Dump memory leaks"
402-
IDS_ADV_AUTOHIDE "Double click taskbar to toggle auto-hide (only works when locked)"
402+
IDS_ADV_AUTOHIDE "Double-click the taskbar to toggle auto-hide (only works when locked)"
403403
IDS_ADV_PAINTDESKTOPVERSION "Show Windows build info on the desktop"
404404
IDS_ADV_CLASSICTHEME "Enable advanced mitigations for correct rendering using classic theme"
405405
IDS_ADV_SYSLISTVIEW32 "Enable SysListView32 for Explorer views"
@@ -416,7 +416,7 @@ BEGIN
416416
IDS_ABOUT_AUTHOR "Proudly engineered by Valentin-Gabriel Radu."
417417
IDS_ABOUT_OS "Running on %s, OS Build %d.%d."
418418
IDS_ABOUT_GITHUB "Visit project GitHub"
419-
IDS_ABOUT_WEBSITE "Visit web site"
419+
IDS_ABOUT_WEBSITE "Visit website"
420420
IDS_ABOUT_DONATE "Donate"
421421
IDS_ABOUT_FAQ "Frequently Asked Questions"
422422
IDS_ABOUT_SETTINGS "Learn more about managing your settings"

0 commit comments

Comments
 (0)