change case of Readme item in main menu to make it consistent with other menu entries

This commit is contained in:
chess.griffin 2008-08-22 04:11:50 +00:00
parent 6132b09a24
commit 327a0e49f0

View file

@ -813,7 +813,7 @@ dialog --default-item "$R" --title "SlackBuilds.org Package Browser \
"Cache" "View the contents of the cache directory" \
"Log" "View the permanent build log" \
"Version" "Select Slackware version (currently: $SLACKVER)" \
"README" "View the sbopkg README" \
"Readme" "View the sbopkg README" \
"Exit" "Exit sbopkg" 2>$TMP/sbopkg_main_menu_answer
if [ $? = 1 ]; then
@ -866,7 +866,7 @@ if [ "$R" = "Version" ]; then
select_version
fi
if [ "$R" = "README" ]; then
if [ "$R" = "Readme" ]; then
sbopkg_readme
fi