Capitalize words in button.

2009-02-24  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-mime-actions.c (activate_desktop_file):
	Capitalize words in button.



svn path=/trunk/; revision=15004
This commit is contained in:
Alexander Larsson 2009-02-24 12:21:23 +00:00 committed by Alexander Larsson
parent 7632a3e138
commit b06406cfc5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-02-24 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-mime-actions.c (activate_desktop_file):
Capitalize words in button.
2009-02-24 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-directory-async.c:

View file

@ -1377,7 +1377,7 @@ activate_desktop_file (ActivateParameters *parameters,
primary,
secondary);
gtk_dialog_add_button (GTK_DIALOG (dialog),
_("_Launch anyway"), RESPONSE_RUN);
_("_Launch Anyway"), RESPONSE_RUN);
if (nautilus_file_can_set_permissions (file)) {
gtk_dialog_add_button (GTK_DIALOG (dialog),
_("Mark as _Trusted"), RESPONSE_MARK_TRUSTED);