From 7718def74d46ee29c64d0fd2c0e84f9776012043 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Tue, 8 Feb 2022 22:29:33 +0100 Subject: Wording: Use singular in 'No camera/microphone/speaker found' --- main/src/ui/call_window/video_settings_popover.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/ui/call_window/video_settings_popover.vala') diff --git a/main/src/ui/call_window/video_settings_popover.vala b/main/src/ui/call_window/video_settings_popover.vala index 553fc270..48ab3cab 100644 --- a/main/src/ui/call_window/video_settings_popover.vala +++ b/main/src/ui/call_window/video_settings_popover.vala @@ -25,7 +25,7 @@ public class Dino.Ui.VideoSettingsPopover : Gtk.Popover { camera_box.add(new Label("" + _("Cameras") + "") { use_markup=true, xalign=0, visible=true, can_focus=true /* grab initial focus*/ }); if (devices.size == 0) { - camera_box.add(new Label(_("No cameras found.")) { visible=true }); + camera_box.add(new Label(_("No camera found.")) { visible=true }); } else { ListBox list_box = new ListBox() { activate_on_single_click=true, selection_mode=SelectionMode.SINGLE, visible=true }; list_box.set_header_func(listbox_header_func); -- cgit v1.2.3-70-g09d2