diff --git a/thunar/thunar-job-operation-history.c b/thunar/thunar-job-operation-history.c index b6b762287bf84496167b75132f17e55c5ed9aa61..f554525aab1d25283c5f5a151debe46925d7705d 100644 --- a/thunar/thunar-job-operation-history.c +++ b/thunar/thunar-job-operation-history.c @@ -339,7 +339,7 @@ thunar_job_operation_history_undo (GtkWindow *parent) { xfce_dialog_show_warning (parent, _("The operation you are trying to undo does not have any files " - "associated with it, and thus cannot be undone. "), + "associated with it, and thus cannot be undone."), _("%s operation cannot be undone"), thunar_job_operation_get_kind_nick (operation_marker)); g_mutex_unlock (&job_operation_history->job_operation_list_mutex); return; @@ -435,7 +435,7 @@ thunar_job_operation_history_redo (GtkWindow *parent) { xfce_dialog_show_warning (parent, _("The operation you are trying to redo does not have any files " - "associated with it, and thus cannot be redone. "), + "associated with it, and thus cannot be redone."), _("%s operation cannot be redone"), thunar_job_operation_get_kind_nick (operation_marker)); g_mutex_unlock (&job_operation_history->job_operation_list_mutex); return;