changeset 25249:65f201566857 stable

Mark missing Variable Editor GUI strings for translation (bug #53526). * variable-editor.cc (color_names): Mark all strings in function for translation.
author Rik <rik@octave.org>
date Sat, 14 Apr 2018 18:11:14 -0700
parents dd33fea906f6
children 75ee2de069ee
files libgui/src/variable-editor.cc
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/variable-editor.cc	Sat Apr 14 17:56:01 2018 -0700
+++ b/libgui/src/variable-editor.cc	Sat Apr 14 18:11:14 2018 -0700
@@ -1254,11 +1254,11 @@
   {
     QStringList output;
 
-    output << "Foreground";
-    output << "Background";
-    output << "Selected Foreground";
-    output << "Selected Background";
-    output << "Alternate Background";
+    output << tr("Foreground");
+    output << tr("Background");
+    output << tr("Selected Foreground");
+    output << tr("Selected Background");
+    output << tr("Alternate Background");
 
     return output;
   }