summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-22 15:06:45 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-22 15:06:45 +0100
commit5fa4a05cccc818d60bb773cc51056436e16694af (patch)
treeb1169c12ce64490d2f521c2f59b61597e8a68d63 /gtk/gtkmountoperation.c
parent6c6bb9b3d3aec1cf12359d0f9baedac1559d0b18 (diff)
downloadgtk+-5fa4a05cccc818d60bb773cc51056436e16694af.tar.gz
Miscellaneous string fixes
Mostly capitalisation fixes. Closes: bgo#528257
Diffstat (limited to 'gtk/gtkmountoperation.c')
-rw-r--r--gtk/gtkmountoperation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c
index e30d13c7b0..c2489ce59d 100644
--- a/gtk/gtkmountoperation.c
+++ b/gtk/gtkmountoperation.c
@@ -881,7 +881,7 @@ add_pid_to_process_list_store (GtkMountOperation *mount_operation,
&pixbuf);
if (name == NULL)
- name = g_strdup_printf (_("Unknown Application (pid %d)"), pid);
+ name = g_strdup_printf (_("Unknown Application (PID %d)"), pid);
if (command_line == NULL)
command_line = g_strdup ("");