소스 검색

[pig] Rename app to Pig Editor

Romain Rigaux 12 년 전
부모
커밋
681e80b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/pig/src/pig/settings.py

+ 1 - 1
apps/pig/src/pig/settings.py

@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 DJANGO_APPS = ['pig']
-NICE_NAME = 'Pig'
+NICE_NAME = 'Pig Editor'
 MENU_INDEX = 12
 ICON = '/pig/static/art/icon_pig_24.png'