commit | 58eb6293bf3d824b973d8200ba143c69947d204c | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Thu Apr 26 12:15:55 2012 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Thu Apr 26 12:15:55 2012 +0000 |
tree | d44d71de3d2500e4f759a03645b083f493423bfc | |
parent | cc56afe78d1ff89564bda5c2ab637f4fb11d0b38 [diff] [blame] |
Fixed FELIX-3491 Better activity indication when pressing refresh/update bundle buttons https://issues.apache.org/jira/browse/FELIX-3491 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1330802 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties b/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties index 4d4f592..696504c 100644 --- a/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties +++ b/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -242,3 +242,6 @@ metadata.locale.name=Locale metadata.locale.description=If set, this locale forces the localization to use this locale instead of the one requested by the web browser +# https://issues.apache.org/jira/browse/FELIX-3491 +bundles.success.title=Success +bundles.success.text=Operation completed succesfully.