diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-11 17:10:32 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-11 17:10:32 +0100 |
commit | b6d700eeef2af72ac21c304b6847c634ae6df7d6 (patch) | |
tree | 7abce5233dabcb0c348f53f0f1ed7d3f636bd574 /luci.mk | |
parent | e55b23c6ac13f566099463c5e8b294255ae1cd1d (diff) |
luci.mk: cosmetic change for translation description
Sample:
old: "Deutsch (German)"
new: "Translation for luci-app-ddns - Deutsch (German)"
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'luci.mk')
-rw-r--r-- | luci.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ define LuciTranslation endef define Package/luci-i18n-$(LUCI_BASENAME)-$(1)/description - $(LUCI_LANG.$(1)) + Translation for $(PKG_NAME) - $(LUCI_LANG.$(1)) endef define Package/luci-i18n-$(LUCI_BASENAME)-$(1)/install |