Patch by Humdinger:

Changed strings to sentence case in various places. This is the
case-misc.diff part of ticket #5169.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35043 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-01-13 10:49:58 +00:00
parent ae8d7c50e5
commit 9563f44bfd
30 changed files with 87 additions and 87 deletions
+3 -3
View File
@@ -320,13 +320,13 @@ for linkTarget in $(DESKBAR_APPLICATIONS) {
: /boot/system/apps/$(linkTarget) : $(linkTarget) ;
}
# Deskbar Desktop Applets links
AddDirectoryToHaikuImage home config be Desktop\ Applets ;
# Deskbar Desktop applets links
AddDirectoryToHaikuImage home config be Desktop\ applets ;
DESKBAR_DESKTOP_APPLETS = LaunchBox NetworkStatus PowerStatus ProcessController
Workspaces
;
for linkTarget in $(DESKBAR_DESKTOP_APPLETS) {
AddSymlinkToHaikuImage home config be Desktop\ Applets
AddSymlinkToHaikuImage home config be Desktop\ applets
: /boot/system/apps/$(linkTarget) : $(linkTarget) ;
}
+2 -2
View File
@@ -538,7 +538,7 @@ if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
: $(baseURL)/KeymapSwitcher-1.2.3-x86-gcc4-2009-05-31.zip
:
;
AddSymlinkToHaikuImage home config be Desktop\ Applets
AddSymlinkToHaikuImage home config be Desktop\ applets
: /boot/common/bin/KeymapSwitcher ;
} else {
InstallOptionalHaikuImagePackage
@@ -546,7 +546,7 @@ if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
: $(baseURL)/KeymapSwitcher-1.2.4-r1a1-x86-gcc2-2009-09-06.zip
:
;
AddSymlinkToHaikuImage home config be Desktop\ Applets
AddSymlinkToHaikuImage home config be Desktop\ applets
: /boot/common/bin/KeymapSwitcher ;
}
}