Skip to content

Commit 6cc0ac4

Browse files
committed
Adjust slogan
1 parent 7d43767 commit 6cc0ac4

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

Chocolatey/networkmanager.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<bugTrackerUrl>https://github.com/BornToBeRoot/NETworkManager/issues</bugTrackerUrl>
1818
<releaseNotes>https://borntoberoot.net/NETworkManager/docs/changelog/2026-2-22-0</releaseNotes>
1919
<tags>wifi ipscanner portscanner traceroute pingmonitor dns remotedesktop putty lldp</tags>
20-
<summary>A powerful tool for managing networks and troubleshoot network problems!</summary>
20+
<summary>A powerful tool for managing networks and troubleshooting network problems!</summary>
2121
<description>
22-
A powerful tool for managing networks and troubleshoot network problems!
22+
A powerful tool for managing networks and troubleshooting network problems!
2323

2424
More infos: https://borntoberoot.net/NETworkManager/
2525
</description>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img alt="NETworkManager Logo" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Images/NETworkManager_128x128.png?raw=true" width="128" />
33
<h1>NETworkManager</h1>
44
<p>
5-
<b>A powerful tool for managing networks and troubleshoot network problems!</b>
5+
<b>A powerful tool for managing networks and troubleshooting network problems!</b>
66
</p>
77
<p>
88
Streamline and simplify your network administration and troubleshooting with <strong>NETworkManager</strong>. Connect, monitor, and troubleshoot your network and server infrastructure using built-in tools like Remote Desktop (RDP), PuTTY (SSH, Serial, etc.), PowerShell (WSL, K9s, etc.) and TigerVNC (VNC). Perform in-depth network diagnostics with features including WiFi Analyzer, IP Scanner, Port Scanner, Ping Monitor, Traceroute, DNS Lookup, LLDP/CDP Capture, and <a href="https://borntoberoot.net/NETworkManager/docs/introduction">many more</a> — all in a clean, unified interface.

Source/NETworkManager.Localization/Resources/Strings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/NETworkManager.Localization/Resources/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
<value>Show the following application on startup:</value>
572572
</data>
573573
<data name="Slogan" xml:space="preserve">
574-
<value>A powerful tool for managing networks and troubleshoot network problems!</value>
574+
<value>A powerful tool for managing networks and troubleshooting network problems!</value>
575575
</data>
576576
<data name="Speed" xml:space="preserve">
577577
<value>Speed</value>

Source/NETworkManager.Setup/Components.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Directory="ProgramMenuFolder"
1818
Advertise="true"
1919
Icon="icon.ico"
20-
Description="A powerful tool for managing networks and troubleshoot network problems!"/>
20+
Description="A powerful tool for managing networks and troubleshooting network problems!"/>
2121
</File>
2222
</Component>
2323

@@ -28,7 +28,7 @@
2828
Directory="DesktopFolder"
2929
Target="[#NETworkManagerExecutable]"
3030
Icon="icon.ico"
31-
Description="A powerful tool for managing networks and troubleshoot network problems!"/>
31+
Description="A powerful tool for managing networks and troubleshooting network problems!"/>
3232
</Component>
3333
</ComponentGroup>
3434
</Fragment>

Source/NETworkManager/NETworkManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageLicenseFile>NETworkManager.txt</PackageLicenseFile>
2323
<PackageIcon>NETworkManager.ico</PackageIcon>
2424
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
25-
<Description>A powerful tool for managing networks and troubleshoot network problems!</Description>
25+
<Description>A powerful tool for managing networks and troubleshooting network problems!</Description>
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<BeautySharedRuntimeMode>False</BeautySharedRuntimeMode>

Source/NETworkManager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Windows;
44

55
[assembly: AssemblyTitle("NETworkManager")]
6-
[assembly: AssemblyDescription("A powerful tool for managing networks and troubleshoot network problems!")]
6+
[assembly: AssemblyDescription("A powerful tool for managing networks and troubleshooting network problems!")]
77
[assembly: AssemblyProduct("NETworkManager")]
88
[assembly: ComVisible(false)]
99
[assembly: ThemeInfo(

Website/docs/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: [NETworkManager, network management, network tools, open source, Windo
66

77
# Introduction
88

9-
NETworkManager is a powerful tool for managing networks and troubleshoot network problems!
9+
NETworkManager is a powerful tool for managing networks and troubleshooting network problems!
1010

1111
![NETworkManager Preview](https://github.com/BornToBeRoot/NETworkManager/raw/main/Website/static/img/preview-features.gif?raw=true)
1212

WinGet/manifests/b/BornToBeRoot/NETworkManager/2024.5.27.0/BornToBeRoot.NETworkManager.locale.en-US.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PackageName: NETworkManager
1313
PackageUrl: https://borntoberoot.net/NETworkManager
1414
License: GNU General Public License v3.0
1515
LicenseUrl: https://raw.githubusercontent.com/BornToBeRoot/NETworkManager/master/LICENSE
16-
ShortDescription: A powerful tool for managing networks and troubleshoot network problems!
16+
ShortDescription: A powerful tool for managing networks and troubleshooting network problems!
1717
Moniker: networkmanager
1818
Tags:
1919
- dns

0 commit comments

Comments
 (0)