media: use consistent capitalization in the dropdown

This commit is contained in:
William Jon McCann 2011-01-20 15:56:54 -05:00
parent 3916403df0
commit 78d625b5d9

View file

@ -322,11 +322,11 @@ prepare_combo_box (CcMediaPanel *self,
NULL); NULL);
gtk_app_chooser_button_append_custom_item (app_chooser, CUSTOM_ITEM_DO_NOTHING, gtk_app_chooser_button_append_custom_item (app_chooser, CUSTOM_ITEM_DO_NOTHING,
_("Do Nothing"), _("Do nothing"),
NULL); NULL);
gtk_app_chooser_button_append_custom_item (app_chooser, CUSTOM_ITEM_OPEN_FOLDER, gtk_app_chooser_button_append_custom_item (app_chooser, CUSTOM_ITEM_OPEN_FOLDER,
_("Open Folder"), _("Open folder"),
NULL); NULL);
gtk_app_chooser_button_set_show_dialog_item (app_chooser, TRUE); gtk_app_chooser_button_set_show_dialog_item (app_chooser, TRUE);