Use title capitalization for the File Operations dialog. (#516353).

2008-03-29  Cosimo Cecchi  <cosimoc@gnome.org>

	* libnautilus-private/nautilus-progress-info.c:
	(get_progress_window):
	Use title capitalization for the File Operations dialog. (#516353).

svn path=/trunk/; revision=14001
This commit is contained in:
Cosimo Cecchi 2008-03-29 14:57:41 +00:00 committed by Cosimo Cecchi
parent 3991a37f66
commit 5f3fee5568
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-03-29 Cosimo Cecchi <cosimoc@gnome.org>
* libnautilus-private/nautilus-progress-info.c:
(get_progress_window):
Use title capitalization for the File Operations dialog. (#516353).
2008-03-29 Cosimo Cecchi <cosimoc@gnome.org>
* src/nautilus-places-sidebar.c: (update_places):

View file

@ -219,7 +219,7 @@ get_progress_window (void)
FALSE);
gtk_window_set_title (GTK_WINDOW (progress_window),
_("File operations"));
_("File Operations"));
gtk_window_set_wmclass (GTK_WINDOW (progress_window),
"file_progress", "Nautilus");
gtk_window_set_position (GTK_WINDOW (progress_window),