printers: Replace "Idle" state by "Ready"
This commit is contained in:
parent
0f1caabc33
commit
aa0f4765c4
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ printer_selection_changed_cb (GtkTreeSelection *selection,
|
|||
{
|
||||
case 3:
|
||||
/* Translators: Printer's state (can start new job without waiting) */
|
||||
status = g_strdup ( C_("printer state", "Idle"));
|
||||
status = g_strdup ( C_("printer state", "Ready"));
|
||||
break;
|
||||
case 4:
|
||||
/* Translators: Printer's state (jobs are processing) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue