summaryrefslogtreecommitdiffstats
path: root/tdeui/kstdaction_p.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:15:57 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:15:57 -0500
commite4da373e49c1f6fd31115f8e23465227ca4308b6 (patch)
tree3f1b3fe21966805a9a862016dffe351fdb8eb74c /tdeui/kstdaction_p.h
parent659c2cd8332c1413cd0e947993f3f6e218b86ba8 (diff)
downloadtdelibs-e4da373e49c1f6fd31115f8e23465227ca4308b6.tar.gz
tdelibs-e4da373e49c1f6fd31115f8e23465227ca4308b6.zip
Bring up, down, top, and bottom icons into XDG compliance
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" },