diff options
Diffstat (limited to 'gtk/gtkmountoperation-stub.c')
-rw-r--r-- | gtk/gtkmountoperation-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation-stub.c b/gtk/gtkmountoperation-stub.c index c7b8d1a9ed..27b09ae7f9 100644 --- a/gtk/gtkmountoperation-stub.c +++ b/gtk/gtkmountoperation-stub.c @@ -61,7 +61,7 @@ _gtk_mount_operation_kill_process (GPid pid, g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED, - _("Cannot kill process with pid %d. Operation is not implemented."), + _("Cannot kill process with PID %d. Operation is not implemented."), pid); return FALSE; } |