소스 검색

gtk2-themes: fix typo

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 년 전
부모
커밋
129c2d1e1d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      package/gtk2-themes/Config.in

+ 1 - 2
package/gtk2-themes/Config.in

@@ -2,7 +2,6 @@ menu "GTK Themes"
 depends on BR2_PACKAGE_LIBGTK2
 
 config BR2_PACKAGE_GTK2_THEME_HICOLOR
-	bool "hicolor (defaut theme)"
-	depends on BR2_PACKAGE_LIBGTK2
+	bool "hicolor (default theme)"
 
 endmenu