Closed
Bug 212777
Opened 22 years ago
Closed 22 years ago
Unlocalizeable text - "Untitled"
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 212534
People
(Reporter: jasnapaka, Assigned: mikeypotter)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; cs-CZ; rv:1.4) Gecko/20030612
Build Identifier: Mozilla/5.0 (Windows; U; Win98; cs-CZ; rv:1.4) Gecko/20030612
I create new task and I don't fill up name of this task. Default name is
"Untitled". This text cannot be localized.
file: content\unfingerToDo.js
--------------------------------------------
case "unifinder-todo-tree-col-title":
var titleText;
if(calendarToDo.title == "" )
titleText = "Untitled";
else titleText = calendarToDo.title;
return( titleText );
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 212534 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 2•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Sunbird Only. Be afraid for your sanity!
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•