--- a/qtinternetradio/ui/src/irplaylist.cpp Wed Jun 23 18:04:00 2010 +0300
+++ b/qtinternetradio/ui/src/irplaylist.cpp Tue Jul 06 14:07:20 2010 +0300
@@ -242,7 +242,11 @@
else
{
//no station name is available
- item = new IRPlayListItem(currentLine, hbTrId("txt_irad_info_unnamed"), -1);
+#ifdef SUBTITLE_STR_BY_LOCID
+ item = new IRPlayListItem(currentLine, hbTrId("txt_irad_info_unnamed_station"), -1);
+#else
+ item = new IRPlayListItem(currentLine, hbTrId("Unnamed station"), -1);
+#endif
}
iItemList.append(item);
}