Hi,

The string mentioned in subject was apparently removed accidentally with

423cfc6: removing unused strings in StringResources

and has not been added back (to the *english* file) with

2605ec2: backported translation changes from zanata

It's still referenced from VirtualGuestsConfirmAction.java though, so the
attached patch puts it back in place.

Regards,
Johannes

-- 
SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg)
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer
>From d1a7f3acdecb7dbd988f0da5237c08d2cc2809f2 Mon Sep 17 00:00:00 2001
From: Johannes Renner <jren...@suse.de>
Date: Tue, 16 Apr 2013 15:03:41 +0200
Subject: [PATCH] Add missing string systems.details.virt.actions.scheduled

---
 .../com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml b/java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml
index b17baa9..7489b56 100644
--- a/java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml
+++ b/java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml
@@ -6666,6 +6666,12 @@ Follow this url to see the full list of inactive systems:
           <context context-type="sourcefile">/rhn/system/details/virtualization/VirtualGuestsConfirm.do</context>
         </context-group>
       </trans-unit>
+      <trans-unit id="systems.details.virt.actions.scheduled">
+        <source>Scheduled {0} actions.</source>
+        <context-group name="ctx">
+          <context context-type="sourcefile">/rhn/system/details/virtualization/VirtualGuestsConfirm.do</context>
+        </context-group>
+      </trans-unit>
       <trans-unit id="systems.details.virt.no.virt.deleted">
         <source>No virtual systems deleted.</source>
         <context-group name="ctx">
-- 
1.8.1.4

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to