From 2799a26e1ad8de0ba8a04155a8555c8e9f751bc6 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 5 Nov 2009 02:46:58 +0100 Subject: [PATCH] Girocco::Project: Shorten notify labels --- Girocco/Project.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Girocco/Project.pm b/Girocco/Project.pm index 4358371..17d8dad 100644 --- a/Girocco/Project.pm +++ b/Girocco/Project.pm @@ -16,9 +16,9 @@ our $metadata_fields = { homepage => ['Homepage URL', 'hp', 'text'], shortdesc => ['Short description', 'desc', 'text'], README => ['README (HTML, lt 8kb)', 'README', 'textarea'], - notifymail => ['Commit notifications - mail to', 'notifymail', 'text'], - notifyjson => ['Commit notifications - POST JSON at', 'notifyjson', 'text'], - notifycia => ['Commit notifications - CIA project name', 'notifycia', 'text'], + notifymail => ['Commit notify - mail to', 'notifymail', 'text'], + notifyjson => ['Commit notify - POST JSON at', 'notifyjson', 'text'], + notifycia => ['Commit notify - CIA project name', 'notifycia', 'text'], }; sub _mkdir_forkees { -- 2.11.4.GIT