Closed (fixed)
Project:
CAPTCHA
Version:
5.x-3.1
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2008 at 02:01 UTC
Updated:
23 Mar 2008 at 03:31 UTC
// Line 278
// before:
'#description' => t('Report information about wrong responses to the !watchdoglog.', array('!watchdoglog' => l('log', 'admin/logs/watchdog'))),
// after:
'#description' => t('Report information about wrong responses to the !watchdoglog.', array('!watchdoglog' => l(t('log'), 'admin/logs/watchdog'))),
and
// Line 520
// before:
'#title' => 'CAPTCHA',
// after:
'#title' => t('CAPTCHA'),
Please fix:)
Comments
Comment #1
soxofaan commenteddone (your second suggestion was already fixed)
http://drupal.org/cvs?commit=104882
http://drupal.org/cvs?commit=104883
http://drupal.org/cvs?commit=104884
Comment #2
a.a.egoroff commentedAdditional 3 bytes. I have checked up revision 1.66, and given below fix is absent.
Help please to the beginner:
What it is better, to reopen issue or to create new if I find small corrections like this one?
What status and priority should be appointed to similar fixes?
How it is more correct and more convenient for developers to publish issues?
Thanks for your work:)
Comment #3
soxofaan commentedhttp://drupal.org/cvs?commit=105020 (DRUPAL-5--3)
http://drupal.org/cvs?commit=105021 (DRUPAL-6--1)
http://drupal.org/cvs?commit=105022 (DRUPAL-HEAD)
reopening was ok since the issues are related, but opening a different issue would be ok also
I would label this as minor priority.
As you did not provided real patches (see http://drupal.org/patch), status should be "active", not "patch something"
thanks
Comment #4
a.a.egoroff commentedOops! Forgot one:
Comment #5
a.a.egoroff commentedReal big thanks for this link http://drupal.org/patch!!!
Comment #6
soxofaan commentedthe fix for #4 was already included in the commits mentioned in #3
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.