From 3453ded59cf41640373b48c098d2222e69bacf6f Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Wed, 19 Mar 2014 17:40:24 +0000 Subject: Update some strings --- data/com.canonical.indicator.session.gschema.xml.in | 2 +- tests/test-service.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index 38c3846..d5e852e 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -28,7 +28,7 @@ true Show the list of users - Allow for the user menu to be hidden by the user. + Allow for the user list to be hidden by the user. diff --git a/tests/test-service.cc b/tests/test-service.cc index 1f3272f..20c70f5 100644 --- a/tests/test-service.cc +++ b/tests/test-service.cc @@ -815,7 +815,7 @@ TEST_F (ServiceTest, User) /* Hide the user list */ g_settings_set_boolean (indicator_settings, "user-show-menu", FALSE); wait_for_menu_resync (); - // now there should be 7 menuitems: greeter + guest + the five doctors + // now there should be 2 menuitems: greeter + guest ASSERT_TRUE (find_menu_item_for_action ("indicator.switch-to-screensaver", &switch_menu, &pos)); ASSERT_EQ (0, pos); ASSERT_EQ (2, g_menu_model_get_n_items (switch_menu)); -- cgit v1.2.3