Skip to content

Commit 1e05e67

Browse files
authored
Stray } in CollapsedMulti (#10977)
1 parent c781b99 commit 1e05e67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/main/resources/lib/hudson/executors.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ launching=launching...
55
terminate\ this\ build=Cancel
66
busy={1,choice,1# {0} of {1} executor busy|1< {0} of {1} executors busy}
77
CollapsedSingle={1,choice,1# ({0} of {1} executor busy)|1< ({0} of {1} executors busy)}
8-
CollapsedMulti={0} agents ({1} of {2} executors busy)}
9-
noExecutors=No executors, agents or clouds are configured.
8+
CollapsedMulti={0} agents ({1} of {2} executors busy)
9+
noExecutors=No executors, agents or clouds are configured.

core/src/main/resources/lib/hudson/executors_de.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Computers=Master{0,choice,0#|1# + {0,number} Agent ({1} von {2} Build-Prozessore
3232
confirm=Möchten Sie {0} wirklich abbrechen?
3333
busy={0} von {1} Build-Prozessoren belegt
3434
CollapsedSingle={1,choice,1# ({0} von {1} Prozessor belegt)|1< ({0} von {1} Prozessoren belegt)}
35-
CollapsedMulti={0} Agenten ({1} von {2} Build-Prozessoren belegt)}
35+
CollapsedMulti={0} Agenten ({1} von {2} Build-Prozessoren belegt)
3636
noExecutors=Es sind keine Prozessoren, Agenten oder Clouds konfiguriert.

0 commit comments

Comments
 (0)