[vlma-devel] commit: Translate the outgoing traffic RRD graph title. (Adrien Grand )
git version control
git at videolan.org
Thu Apr 24 01:54:09 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at jpountz.net> | Thu Apr 24 01:54:21 2008 +0200| [890fd8532c01c1aa17c583bf0ddf270dd2ad2694]
Translate the outgoing traffic RRD graph title.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=890fd8532c01c1aa17c583bf0ddf270dd2ad2694
---
.../java/org/videolan/vlma/common/VlServer.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/core/src/main/java/org/videolan/vlma/common/VlServer.java b/core/src/main/java/org/videolan/vlma/common/VlServer.java
index 013496e..ecd993f 100644
--- a/core/src/main/java/org/videolan/vlma/common/VlServer.java
+++ b/core/src/main/java/org/videolan/vlma/common/VlServer.java
@@ -256,7 +256,7 @@ public class VlServer implements Serializable {
graphDef.line("traffic_out", Color.BLUE, "Outgoing traffic at L", 3);
graphDef.setLowerLimit(0);
graphDef.setTimePeriod(startTime, endTime);
- graphDef.setTitle("Débit sortant sur eth0 sur un jour");
+ graphDef.setTitle("Outgoing traffic");
rrdGraph = new RrdGraph(graphDef);
rrdGraphFile = new File(rrdDir, getName() + "-traffic_out.png");
rrdGraph.saveAsPNG(rrdGraphFile.getAbsolutePath());
More information about the vlma-devel
mailing list