diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:25:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:25:07 -0500 |
commit | e8fb38587031c1d97383dbf4b9a12e1633af055e (patch) | |
tree | 95bef2f88c08d41dc802ad2d0172abaa2454b8d9 /src/misc | |
parent | 34cf284af963587283afac5373f8fb8f1e096f6b (diff) | |
download | k3b-e8fb38587031c1d97383dbf4b9a12e1633af055e.tar.gz k3b-e8fb38587031c1d97383dbf4b9a12e1633af055e.zip |
Fix incorrect characters.
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/k3bdvdformattingdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/k3bdvdformattingdialog.cpp b/src/misc/k3bdvdformattingdialog.cpp index d6fc2af..7c436fd 100644 --- a/src/misc/k3bdvdformattingdialog.cpp +++ b/src/misc/k3bdvdformattingdialog.cpp @@ -41,7 +41,7 @@ K3bDvdFormattingDialog::K3bDvdFormattingDialog( TQWidget* parent, const char* name, bool modal ) : K3bInteractionDialog( parent, name, i18n("DVD Formatting"), - i18n("DVD%1RW").arg("�"), + i18n("DVD%1RW").arg("±"), START_BUTTON|CANCEL_BUTTON, START_BUTTON, "DVD Formatting", // config group |