Checking in patch for bug 212534: Strings in calendar that are out of the locale directory

This commit is contained in:
mostafah%oeone.com 2003-07-15 15:05:11 +00:00
Родитель 90ebcf7571
Коммит 57099e39f3
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -417,7 +417,7 @@ var toDoTreeView =
case "unifinder-todo-tree-col-title":
var titleText;
if( calendarToDo.title == "" )
titleText = "Untitled";
titleText = gCalendarBundle.getString( "eventUntitled" );
else
titleText = calendarToDo.title;
return( titleText );

Просмотреть файл

@ -104,6 +104,7 @@ TooManyAlarmsMessage=You have %1$S total alarms. We've shown you the last 6. Cli
unifinderAlldayEventDate=All day %1$S
## %1$S is the date, %2$S is the time
unifinderNormalEventDate=%1$S %2$S
eventUntitled=Untitled
# Tooltips of events or todos
tooltipTitleElement=Title: %1$S