summaryrefslogtreecommitdiffstats
path: root/tdeui/kstdaction_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kstdaction_p.h')
-rw-r--r--tdeui/kstdaction_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kstdaction_p.h b/tdeui/kstdaction_p.h
index eb205339e..6a119b2c8 100644
--- a/tdeui/kstdaction_p.h
+++ b/tdeui/kstdaction_p.h
@@ -74,7 +74,7 @@ static const KStdActionInfo g_rgActionInfo[] =
// KDE4: give Redisplay the shortcut TDEStdAccel::AccelReload
{ Redisplay, TDEStdAccel::AccelNone, "view_redisplay", I18N_NOOP("&Redisplay"), 0, "reload" },
- { Up, TDEStdAccel::Up, "go_up", I18N_NOOP("&Up"), 0, "up" },
+ { Up, TDEStdAccel::Up, "go_up", I18N_NOOP("&Up"), 0, "go-up" },
// The following three have special i18n() needs for sLabel
{ Back, TDEStdAccel::Back, "go_back", 0, 0, "back" },
{ Forward, TDEStdAccel::Forward, "go_forward", 0, 0, "forward" },