Skip to content

Commit

Permalink
10631 Change description title of graph axis
Browse files Browse the repository at this point in the history
Changed label text for the y axis of time trend graph from 'Hours' to 'Time'.

Change-Id: I1870cda641c03b69e16ba8418e85d1e8c3895dbd
  • Loading branch information
gurubert authored and Jonas Kluger committed Jan 8, 2020
1 parent 994402a commit 658767f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .werks/10631
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Title: Change description title of graph axis
Class: feature
Compatible: compat
Component: multisite
Date: 1578397259
Edition: cre
Knowledge: undoc
Level: 1
Version: 1.7.0i1

Changed label text for the y axis of time trend graph from 'Hours' to 'Time'.
2 changes: 1 addition & 1 deletion cmk/gui/plugins/metrics/check_mk.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def register_hop_metrics():
}

metric_info["trend_hoursleft"] = {
"title": _("Hours left until full"),
"title": _("Time left until full"),
"unit": "s",
"color": "#94b65a",
}
Expand Down
3 changes: 3 additions & 0 deletions locale/de/LC_MESSAGES/multisite.po
Original file line number Diff line number Diff line change
Expand Up @@ -32205,6 +32205,9 @@ msgstr "Netzteil"
msgid "Power Supply name"
msgstr "Name des Netzteils"

msgid "Time left until full"
msgstr "Verbleibende Zeit"

msgid "Power Usage"
msgstr "Energie Verbrauch"

Expand Down

0 comments on commit 658767f

Please sign in to comment.