From 8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 23 May 2013 01:32:45 -0500 Subject: Fix incorrect characters. --- lib/kotext/KoAutoFormatDia.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kotext/KoAutoFormatDia.cpp') 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" ) ); -- cgit v1.2.3