]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/restore.c
- Continue implementing migration.
[bacula/bacula] / bacula / src / gnome2-console / restore.c
index 6c7d9ea83f7c598396ff888be0c2fc1b38d70deb..c7cb31e19571df7544c112de0b68faed50959b15 100755 (executable)
@@ -118,7 +118,7 @@ on_restore_remove_button_clicked(GtkButton *button, gpointer user_data)
  */
 void select_restore_setup()
 {
-   const gchar *title[NUM_COLUMNS] = {"Mark", "File", "Mode", "User", "Group", "Size", "Date"};
+   const gchar *title[NUM_COLUMNS] = {_("Mark"), _("File"), _("Mode"), _("User"), _("Group"), _("Size"), _("Date")};
 
    restore_file_selection = create_restore_file_selection();
    if (!restore_file_selection) {