self.subgets['o_psy'].grid(row = 1, column = 3)
self.subgets['bitrate'] = False
- self.subgets['c_bitrate'] = Checkbutton(self, text = 'Force avg.\nBitrate:', command = self.c_bitrate)
+ self.subgets['c_bitrate'] = Checkbutton(self, text = 'Force avg.\nBitrate (Kb/s):',
+ command = self.c_bitrate)
self.subgets['c_bitrate'].deselect()
self.subgets['c_bitrate'].grid(row = 0, column = 4)
self.subgets['s_bitrate'] = Spinbox(self, from_ = 0, to = 20000, increment = 100, width = 6)