summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/padialog.cxx2
-rw-r--r--padmin/source/padialog.hrc2
-rw-r--r--padmin/source/padialog.src2
3 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/padialog.cxx b/padmin/source/padialog.cxx
index fe6184843c04..1bb76616042b 100644
--- a/padmin/source/padialog.cxx
+++ b/padmin/source/padialog.cxx
@@ -600,7 +600,7 @@ void PADialog::RemDevice()
if( ! m_rPIManager.removePrinter( aPrinter ) )
{
- String aText( PaResId( RID_ERR_PRINTERNOTREMOVEABLE ) );
+ String aText( PaResId( RID_ERR_PRINTERNOTREMOVABLE ) );
aText.SearchAndReplace( String( "%s" ), aPrinter );
ErrorBox aBox( this, WB_OK | WB_DEF_OK, aText );
aBox.Execute();
diff --git a/padmin/source/padialog.hrc b/padmin/source/padialog.hrc
index d64c8db89c41..a0abb87fb773 100644
--- a/padmin/source/padialog.hrc
+++ b/padmin/source/padialog.hrc
@@ -67,7 +67,7 @@
#define RID_PA_TXT_TESTPAGE_PRINTED 1005
-#define RID_ERR_PRINTERNOTREMOVEABLE 1006
+#define RID_ERR_PRINTERNOTREMOVABLE 1006
#define RID_ERR_NOWRITE 1009
#define RID_ERR_NOPRINTER 1013
#define RID_QRY_PRTNAME 1022
diff --git a/padmin/source/padialog.src b/padmin/source/padialog.src
index 07e02c6479bf..1293ccd40ea3 100644
--- a/padmin/source/padialog.src
+++ b/padmin/source/padialog.src
@@ -453,7 +453,7 @@ String RID_ERR_REMOVEDEFAULTDRIVER
Text [ en-US ] = "The driver \"%s\" is used by your default printer. Therefore, it cannot be removed.";
};
-String RID_ERR_PRINTERNOTREMOVEABLE
+String RID_ERR_PRINTERNOTREMOVABLE
{
Text [ en-US ] = "The printer %s cannot be removed.";
};