/*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2008 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    m_checkcurwidget = false;
    mp_treeWidget->clear();
    m_checkcurwidget = true;
-   QStringList headerlist = (QStringList() << "Job Name" << "Pool" << "Messages"
-      << "Client" << "Storage" << "Where" << "Level" << "Type" << "FileSet" 
-      << "Catalog" << "Enabled");
+   QStringList headerlist = (QStringList() << tr("Job Name")
+      << tr("Pool") << tr("Messages") << tr("Client")
+      << tr("Storage") << tr("Level") << tr("Type")
+      << tr("FileSet") << tr("Catalog") << tr("Enabled")
+      << tr("Where"));
 
    m_typeIndex = headerlist.indexOf("Type");
    topItem = new QTreeWidgetItem(mp_treeWidget);
          jobsItem->setText(col++, job_defs.messages_name);
          jobsItem->setText(col++, job_defs.client_name);
          jobsItem->setText(col++, job_defs.store_name);
-         jobsItem->setText(col++, job_defs.where);
          jobsItem->setText(col++, job_defs.level);
          jobsItem->setText(col++, job_defs.type);
          jobsItem->setText(col++, job_defs.fileset_name);
          } else {
             jobsItem->setText(col++, "No");
          }
+         jobsItem->setText(col++, job_defs.where);
       }
    }
    /* Resize the columns */