diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2011-08-05 13:18:52 -0400 |
---|---|---|
committer | Jeremy Bicha <jbicha@ubuntu.com> | 2011-08-05 13:18:52 -0400 |
commit | ecd294fa2b9277bec0d3e1c2c979bddc2333f0f8 (patch) | |
tree | d8863cfec9af2efe2e9669ab7e953cd520f998d3 /src/datetime-service.c | |
parent | f356334fbdcefbaa2f566aaa445be33fca5d50a5 (diff) | |
download | ayatana-indicator-datetime-ecd294fa2b9277bec0d3e1c2c979bddc2333f0f8.tar.gz ayatana-indicator-datetime-ecd294fa2b9277bec0d3e1c2c979bddc2333f0f8.tar.bz2 ayatana-indicator-datetime-ecd294fa2b9277bec0d3e1c2c979bddc2333f0f8.zip |
Spell out "and" to match other System Settings panels
Diffstat (limited to 'src/datetime-service.c')
-rw-r--r-- | src/datetime-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index 6c876aa..8897046 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -1110,7 +1110,7 @@ build_menus (DbusmenuMenuitem * root) dbusmenu_menuitem_child_append(root, separator); settings = dbusmenu_menuitem_new(); - dbusmenu_menuitem_property_set (settings, DBUSMENU_MENUITEM_PROP_LABEL, _("Time & Date Settings...")); + dbusmenu_menuitem_property_set (settings, DBUSMENU_MENUITEM_PROP_LABEL, _("Time and Date Settings...")); /* insensitive until we check for available apps */ dbusmenu_menuitem_property_set_bool(settings, DBUSMENU_MENUITEM_PROP_ENABLED, FALSE); g_signal_connect(G_OBJECT(settings), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, G_CALLBACK(activate_cb), "gnome-control-center indicator-datetime"); |