Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / common / gsm-error.c
index 2aab609..bc9d095 100644 (file)
   Error codes.
 
   $Log$
-  Revision 1.1.1.2  2001/12/14 19:48:52  short
-  :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Fri Dec 14 20:46 CET 2001
-
-  Revision 1.3  2001/12/14 14:37:41  pkot
-  Cleanups. Call divert support for at and 7110 series
+  Revision 1.1.1.3  2002/04/03 00:08:02  short
+  Found in "gnokii-working" directory, some November-patches version
 
   Revision 1.2  2001/11/08 16:34:19  pkot
   Updates to work with new libsms
@@ -40,7 +37,7 @@ char *print_error(GSM_Error e)
        case GE_TIMEOUT:                  return "Command timed out.";
        case GE_TRYAGAIN:                 return "Try again.";
        case GE_INVALIDSECURITYCODE:      return "Invalid Security code.";
-       case GE_NOTIMPLEMENTED:           return "Called command is not implemented for the used model.";
+       case GE_NOTIMPLEMENTED:           return "Command called isn't implemented in model.";
        case GE_INVALIDSMSLOCATION:       return "Invalid SMS location.";
        case GE_INVALIDPHBOOKLOCATION:    return "Invalid phonebook location.";
        case GE_INVALIDMEMORYTYPE:        return "Invalid type of memory.";