diff options
author | Jami Kettunen <jami.kettunen@protonmail.com> | 2020-01-04 22:45:01 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2020-01-04 22:29:21 +0100 |
commit | 08c7b5068e90cdbce7d47ea3c5c66634ee19e6a0 (patch) | |
tree | cb56f5d4df99bac469a0aacbb16fab7bd060bb9c | |
parent | 5a02a0d140f34827d653b48843944183f18eb20b (diff) | |
download | serenity-08c7b5068e90cdbce7d47ea3c5c66634ee19e6a0.zip |
Base: Space out some names in app files
-rw-r--r-- | Base/res/apps/DisplayProperties.af | 2 | ||||
-rw-r--r-- | Base/res/apps/FileManager.af | 2 | ||||
-rw-r--r-- | Base/res/apps/FontEditor.af | 2 | ||||
-rw-r--r-- | Base/res/apps/HexEditor.af | 2 | ||||
-rw-r--r-- | Base/res/apps/IRCClient.af | 2 | ||||
-rw-r--r-- | Base/res/apps/SystemMonitor.af | 2 | ||||
-rw-r--r-- | Base/res/apps/TextEditor.af | 2 | ||||
-rw-r--r-- | Base/res/apps/VisualBuilder.af | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/Base/res/apps/DisplayProperties.af b/Base/res/apps/DisplayProperties.af index 3848996707..fdb9b3bce1 100644 --- a/Base/res/apps/DisplayProperties.af +++ b/Base/res/apps/DisplayProperties.af @@ -1,5 +1,5 @@ [App] -Name=DisplayProperties +Name=Display Properties Executable=/bin/DisplayProperties Category=Graphics diff --git a/Base/res/apps/FileManager.af b/Base/res/apps/FileManager.af index 08d0d21676..b1f6362cb7 100644 --- a/Base/res/apps/FileManager.af +++ b/Base/res/apps/FileManager.af @@ -1,5 +1,5 @@ [App] -Name=FileManager +Name=File Manager Executable=/bin/FileManager Category=Utilities diff --git a/Base/res/apps/FontEditor.af b/Base/res/apps/FontEditor.af index 383e7fc201..0d7e4c9bde 100644 --- a/Base/res/apps/FontEditor.af +++ b/Base/res/apps/FontEditor.af @@ -1,5 +1,5 @@ [App] -Name=FontEditor +Name=Font Editor Executable=/bin/FontEditor Category=Development diff --git a/Base/res/apps/HexEditor.af b/Base/res/apps/HexEditor.af index 176d6ba40a..e2893a2cd5 100644 --- a/Base/res/apps/HexEditor.af +++ b/Base/res/apps/HexEditor.af @@ -1,5 +1,5 @@ [App] -Name=HexEditor +Name=Hex Editor Executable=/bin/HexEditor Category=Development diff --git a/Base/res/apps/IRCClient.af b/Base/res/apps/IRCClient.af index 7b642ea508..a18f4c6f9f 100644 --- a/Base/res/apps/IRCClient.af +++ b/Base/res/apps/IRCClient.af @@ -1,5 +1,5 @@ [App] -Name=IRCClient +Name=IRC Client Executable=/bin/IRCClient Category=Internet diff --git a/Base/res/apps/SystemMonitor.af b/Base/res/apps/SystemMonitor.af index eaec265596..fc88fec4a4 100644 --- a/Base/res/apps/SystemMonitor.af +++ b/Base/res/apps/SystemMonitor.af @@ -1,5 +1,5 @@ [App] -Name=SystemMonitor +Name=System Monitor Executable=/bin/SystemMonitor Category=Utilities diff --git a/Base/res/apps/TextEditor.af b/Base/res/apps/TextEditor.af index acc8fe3387..e66c69cc5c 100644 --- a/Base/res/apps/TextEditor.af +++ b/Base/res/apps/TextEditor.af @@ -1,5 +1,5 @@ [App] -Name=TextEditor +Name=Text Editor Executable=/bin/TextEditor Category=Utilities diff --git a/Base/res/apps/VisualBuilder.af b/Base/res/apps/VisualBuilder.af index 1be6ab2ff0..d001c3b217 100644 --- a/Base/res/apps/VisualBuilder.af +++ b/Base/res/apps/VisualBuilder.af @@ -1,5 +1,5 @@ [App] -Name=VisualBuilder +Name=Visual Builder Executable=/bin/VisualBuilder Category=Development |