media: use consistent capitalization in the dropdown
This commit is contained in:
parent
3916403df0
commit
78d625b5d9
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue