summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoAutoFormatDia.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-23 01:32:45 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-23 01:32:45 -0500
commit8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584 (patch)
tree5a825ee22a4dcc87968308968818a1888594a62b /lib/kotext/KoAutoFormatDia.cpp
parenta000f8bd5ca6a18bdada1fefd24ecdcc772026e2 (diff)
downloadkoffice-8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584.tar.gz
koffice-8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584.zip
Fix incorrect characters.
Diffstat (limited to 'lib/kotext/KoAutoFormatDia.cpp')
-rw-r--r--lib/kotext/KoAutoFormatDia.cpp2
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"
) );