[gnome-system-monitor] Fixed translator comment



commit 7fe77bb12cb4c315df0259d1e7ca53a1153c1625
Author: Robert Roth <robert roth off gmail com>
Date:   Sat Feb 8 09:14:16 2020 +0200

    Fixed translator comment

 src/load-graph.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/load-graph.cpp b/src/load-graph.cpp
index 153bc5a7..96f63970 100644
--- a/src/load-graph.cpp
+++ b/src/load-graph.cpp
@@ -418,7 +418,7 @@ namespace
             text = g_strdup_printf(_("%s (%.1f%%) of %s"), used_text, 100.0 * percent, total_text);
 
             if (cached != 0) {
-                // xgettext: Used cache string, e.g.: "Cache: 2.4GiB"
+                // xgettext: Used cache string, e.g.: "Cache 2.4GiB"
                 cached_label = g_strdup_printf(_("Cache %s"), cached_text);
                 text = g_strdup_printf("%s\n%s", text, cached_label);
                 g_free (cached_label);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]