aboutsummaryrefslogtreecommitdiff
path: root/src/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.cpp')
-rw-r--r--src/menu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu.cpp b/src/menu.cpp
index 90ef41f..9091951 100644
--- a/src/menu.cpp
+++ b/src/menu.cpp
@@ -383,11 +383,11 @@ private:
if (profile == Desktop)
{
- g_menu_append (menu, _("Date & Time Settings…"), "indicator.activate-desktop-settings");
+ g_menu_append (menu, _("Date & Time Settings…"), "indicator.desktop.open-settings");
}
else if (profile == Phone)
{
- g_menu_append (menu, _("Time & Date settings…"), "indicator.activate-phone-settings");
+ g_menu_append (menu, _("Time & Date settings…"), "indicator.phone.open-settings");
}
return G_MENU_MODEL (menu);