diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 01:32:45 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 01:32:45 -0500 |
| commit | 8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584 (patch) | |
| tree | 5a825ee22a4dcc87968308968818a1888594a62b /lib/kotext/KoAutoFormatDia.cpp | |
| parent | a000f8bd5ca6a18bdada1fefd24ecdcc772026e2 (diff) | |
| download | koffice-8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584.tar.gz koffice-8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584.zip | |
Fix incorrect characters.
Diffstat (limited to 'lib/kotext/KoAutoFormatDia.cpp')
| -rw-r--r-- | lib/kotext/KoAutoFormatDia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoAutoFormatDia.cpp b/lib/kotext/KoAutoFormatDia.cpp index c48236874..0c565ac1a 100644 --- a/lib/kotext/KoAutoFormatDia.cpp +++ b/lib/kotext/KoAutoFormatDia.cpp @@ -286,7 +286,7 @@ void KoAutoFormatDia::setupTab1() cbAutoReplaceNumber=new TQCheckBox( tab1 ); cbAutoReplaceNumber->setText( i18n( "We add the 1/2 char at the %1", "Re&place 1/2... with %1..." ) - .arg( TQString( "�" ) ) ); + .arg( TQString( "½" ) ) ); TQWhatsThis::add( cbAutoReplaceNumber, i18n( "Most standard fraction notations will be converted when available" ) ); |
