Quellcode durchsuchen

[pig] Rename app to Pig Editor

Romain Rigaux vor 13 Jahren
Ursprung
Commit
681e80b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'