Browse Source

[pig] Rename app to Pig Editor

Romain Rigaux 12 years ago
parent
commit
681e80b
1 changed files with 1 additions and 1 deletions
  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
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # limitations under the License.
 DJANGO_APPS = ['pig']
 DJANGO_APPS = ['pig']
-NICE_NAME = 'Pig'
+NICE_NAME = 'Pig Editor'
 MENU_INDEX = 12
 MENU_INDEX = 12
 ICON = '/pig/static/art/icon_pig_24.png'
 ICON = '/pig/static/art/icon_pig_24.png'