summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-27 15:19:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-27 15:19:58 +0000
commitdc00b42e6da0765e6fd213e50230d4765569f9ac (patch)
tree2075112047c6fead91d39f0db42ae4234cdbc463 /contrib
parent511b573c9513f7ba9d01d4532d0af0695b578758 (diff)
* luci: replace all "OpenWRT" occurences with "OpenWrt"
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index b2a19a1f7..60f119060 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -609,7 +609,7 @@ endef
define Package/luci-theme-openwrt
$(call Package/luci/thtemplate)
- TITLE:=OpenWRT.org (default)
+ TITLE:=OpenWrt.org (default)
DEPENDS:=+luci-theme-base
endef
@@ -619,7 +619,7 @@ endef
define Package/luci-theme-openwrtlight
$(call Package/luci/thtemplate)
- TITLE:=OpenWRT.org - light variant without images
+ TITLE:=OpenWrt.org - light variant without images
DEPENDS:=+luci-theme-base
endef