Mercurial > libervia-web
diff src/browser/sat_browser/game_tarot.py @ 782:10a56f6bc5db
browser_side (menu): moved Tarot from Games to Groups
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 01 Dec 2015 12:01:03 +0100 |
parents | 82123705474b |
children | f8a7a046ff9c |
line wrap: on
line diff
--- a/src/browser/sat_browser/game_tarot.py Tue Dec 01 11:26:34 2015 +0100 +++ b/src/browser/sat_browser/game_tarot.py Tue Dec 01 12:01:03 2015 +0100 @@ -404,7 +404,7 @@ dialog.RoomAndContactsChooser(host, onPlayersSelected, 3, title="Tarot", title_invite=_(u"Please select 3 other players"), visible=(False, True)) def gotMenus(): - host.menus.addMenu(C.MENU_GLOBAL, (D_(u"Games"), D_(u"Tarot")), callback=onTarotGame) + host.menus.addMenu(C.MENU_GLOBAL, (D_(u"Groups"), D_(u"Tarot")), callback=onTarotGame) host.addListener('gotMenus', gotMenus) host_listener.addListener(hostReady)