]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/localize.c
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / cups / localize.c
index 8520e931037a65914c514c8f496a7d66aae0ac06..94a3ffc7a0f2b7ceb10a34ba3acba329d7f9cf7f 100644 (file)
@@ -308,9 +308,7 @@ ppdLocalizeIPPReason(
         message = _("Media tray needs to be filled.");
       else if (!strncmp(reason, "media-jam", 9))
         message = _("Media jam!");
-      else if (!strncmp(reason, "moving-to-paused", 16) ||
-              !strncmp(reason, "offline", 7) ||
-              !strncmp(reason, "paused", 6) ||
+      else if (!strncmp(reason, "offline", 7) ||
               !strncmp(reason, "shutdown", 8))
         message = _("Printer offline.");
       else if (!strncmp(reason, "toner-low", 9))
@@ -503,7 +501,7 @@ ppdLocalizeIPPReason(
  * text from the attribute value. If no localized text for the requested
  * name can be found, @code NULL@ is returned.
  *
- * @since CUPS 1.4@
+ * @since CUPS 1.4/Mac OS X 10.6@
  */
 
 const char *                           /* O - Value or @code NULL@ if not found */