diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-05-28 16:13:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-29 10:43:24 +0200 |
commit | 4b373ef7f5fecc9a90e0e3cb90f297bc1101afef (patch) | |
tree | 5639a885ec06e815c0e4862367116f84595e8479 /padmin/source | |
parent | 14e163b0caf97addf340aefc5760a9031ec98390 (diff) |
fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II
Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'padmin/source')
-rw-r--r-- | padmin/source/padialog.cxx | 2 | ||||
-rw-r--r-- | padmin/source/padialog.hrc | 2 | ||||
-rw-r--r-- | padmin/source/padialog.src | 2 |
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."; }; |