diff options
author | infirit <[email protected]> | 2014-12-18 16:29:12 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-18 16:29:12 +0100 |
commit | 61a40499507138fd1620475487c1b6772be3e37a (patch) | |
tree | 7fcc768a9ba4d90d24362aaeebd4a9d273570ee1 /src/interface.cpp | |
parent | 3d122e030b4b139ec563de4e0d16a2bceb0a9bf9 (diff) | |
download | mate-system-monitor-61a40499507138fd1620475487c1b6772be3e37a.tar.bz2 mate-system-monitor-61a40499507138fd1620475487c1b6772be3e37a.tar.xz |
Various small string fixes.
Mostly capitalisation fixes, but there are some spelling fixes, and
three strings which have had markup removed. One string has been
changed from using an ASCII ellipsis to a Unicode one.
Taken from GSM commit: f727cae54fc8410ecb3c2c4c4f901b754f418a7a
From: Philip Withnall <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=616794
Diffstat (limited to 'src/interface.cpp')
-rw-r--r-- | src/interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index 3234b9a..7b5b96f 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -68,7 +68,7 @@ static const GtkActionEntry menu_entries[] = N_("Force process to finish normally"), G_CALLBACK (cb_end_process) }, { "KillProcess", NULL, N_("_Kill Process"), "<control>K", N_("Force process to finish immediately"), G_CALLBACK (cb_kill_process) }, - { "ChangePriority", NULL, N_("_Change Priority..."), "<control>N", + { "ChangePriority", NULL, N_("_Change Priority…"), "<control>N", N_("Change the order of priority of process"), G_CALLBACK (cb_renice) }, { "Preferences", GTK_STOCK_PREFERENCES, NULL, NULL, N_("Configure the application"), G_CALLBACK (cb_edit_preferences) }, |