From 0acaa8cb6df0ec67093100647dc5464150b73d47 Mon Sep 17 00:00:00 2001 From: gimick Date: Tue, 28 Dec 2010 03:20:49 +0000 Subject: [PATCH] GUI: RingPlayerStats correct the description of w$sd --- pyfpdb/GuiRingPlayerStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/GuiRingPlayerStats.py b/pyfpdb/GuiRingPlayerStats.py index 86ba1aad..c19f0f1d 100644 --- a/pyfpdb/GuiRingPlayerStats.py +++ b/pyfpdb/GuiRingPlayerStats.py @@ -58,7 +58,7 @@ onlinehelp = {'Game':_('Type of Game'), 'Saw_F':_('% Saw Flop vs hands dealt'), 'SawSD':_('Saw Show Down / River'), 'WtSDwsF':_('Went To Show Down When Saw Flop'), - 'W$SD':_('Amount Won when Show Down seen'), + 'W$SD':_('% Times Won when Show Down seen'), 'FlAFq':_('Flop Aggression\n% Bet or Raise after seeing Flop'), 'TuAFq':_('Turn Aggression\n% Bet or Raise after seeing Turn'), 'RvAFq':_('River Aggression\n% Bet or Raise after seeing River'),