aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcsfactory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcsfactory.cc')
-rw-r--r--lib/rpcsfactory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpcsfactory.cc b/lib/rpcsfactory.cc
index 68096f6..b5d4575 100644
--- a/lib/rpcsfactory.cc
+++ b/lib/rpcsfactory.cc
@@ -38,7 +38,7 @@ ENUM_DEFINITION_BEGIN(rpcsfactory::errs, rpcsfactory::FACERR_NONE)
stringRep.add(rpcsfactory::FACERR_NONE, N_("no error"));
stringRep.add(rpcsfactory::FACERR_COULD_NOT_SEND, N_("could not send version request"));
stringRep.add(rpcsfactory::FACERR_AGAIN, N_("try again"));
- stringRep.add(rpcsfactory::FACERR_NOPSION, N_("no psion connected"));
+ stringRep.add(rpcsfactory::FACERR_NOPSION, N_("no EPOC device connected"));
stringRep.add(rpcsfactory::FACERR_PROTVERSION, N_("wrong protocol version"));
stringRep.add(rpcsfactory::FACERR_NORESPONSE, N_("no response from ncpd"));
ENUM_DEFINITION_END(rpcsfactory::errs)