summaryrefslogtreecommitdiff
path: root/src/toolbareditor.cpp
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-06-15 20:23:58 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-06-15 20:23:58 +0200
commit42be0eb4f1d7a25dca97e8e2eb4ec4d03b7931fb (patch)
treefae3347b0c924378c57862feea2708766d159771 /src/toolbareditor.cpp
parent1a2f0c9c1087899a00298db8fa70518d3c1e69f8 (diff)
Imported Upstream version 16.6.0~ds0
Diffstat (limited to 'src/toolbareditor.cpp')
-rw-r--r--src/toolbareditor.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/toolbareditor.cpp b/src/toolbareditor.cpp
index 6630c3d..7082f70 100644
--- a/src/toolbareditor.cpp
+++ b/src/toolbareditor.cpp
@@ -258,9 +258,17 @@ QString ToolbarEditor::fixname(const QString & name, const QString & action_name
else
if (action_name == "timelabel_action") s = tr("Display time");
else
+ if (action_name == "current_timelabel_action") s = tr("Current time");
+ else
+ if (action_name == "total_timelabel_action") s = tr("Total time");
+ else
+ if (action_name == "remaining_timelabel_action") s = tr("Remaining time");
+ else
if (action_name == "rewindbutton_action") s = tr("3 in 1 rewind");
else
if (action_name == "forwardbutton_action") s = tr("3 in 1 forward");
+ else
+ if (action_name == "quick_access_menu") s = tr("Quick access menu");
return s;
}