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