Comment 2 for bug 736372

Revision history for this message
David Planella (dpm) wrote : Re: Choose Playlist not translated

It seems that the string needs to be marked for translation, probably in the .vala files. grep returns:

src/playlists-menu-item.c:321: dbusmenu_menuitem_property_set (self->root_item, DBUSMENU_MENUITEM_PROP_LABEL, "Choose Playlist");
src/playlists-menu-item.c:476: _tmp1_ = g_strdup ("Choose Playlist");
src/playlists-menu-item.c:541: dbusmenu_menuitem_property_set (self->root_item, DBUSMENU_MENUITEM_PROP_LABEL, "Choose Playlist");
src/playlists-menu-item.vala:38: this.root_item.property_set ( MENUITEM_PROP_LABEL, "Choose Playlist" );
src/playlists-menu-item.vala:77: this.root_item.property_set (MENUITEM_PROP_LABEL, "Choose Playlist");
src/playlists-menu-item.vala:121: if ( update == "" ) update = "Choose Playlist";