From f9c2aa723f5a5c0b7baca2dd5c8f9da92900fce6 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 28 Dec 2013 09:03:48 +0100 Subject: i2s_dump: Replace I2S with I²S MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- decoders/i2s_dump/pd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'decoders') diff --git a/decoders/i2s_dump/pd.py b/decoders/i2s_dump/pd.py index d922a07..1661acb 100644 --- a/decoders/i2s_dump/pd.py +++ b/decoders/i2s_dump/pd.py @@ -25,9 +25,9 @@ import sys class Decoder(srd.Decoder): api_version = 1 id = 'i2s_dump' - name = 'I2S dump' - longname = 'I2S dump' - desc = 'Output decoded I2S data to a file.' + name = 'I²S dump' + longname = 'I²S dump' + desc = 'Output decoded I²S data to a file.' license = 'gplv2+' inputs = ['i2s'] outputs = [] -- cgit v1.2.3-70-g09d2