qtinternetradio/ui/src/irplaylist.cpp
changeset 12 608f67c22514
parent 3 ee64f059b8e1
child 17 38bbf2dcd608
--- 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);
         }