Skip to content

Commit

Permalink
Denser and nicer texts
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Apr 14, 2015
1 parent ab57b8a commit 91e7df2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Expand Up @@ -11,5 +11,5 @@ PageBase.clearCssCache=Clear less/js cache
WorkItemsPanel.assigned=Assigned to
WorkItemsPanel.created=Created
WorkItemsPanel.name=Name
pageBase.midPointVersion=Version\: ${pom.version}, describe\: ${describe}
pageBase.midPointVersion=Version\: ${pom.version}, ${describe}
pageBase.unknownBuildNumber=unknown
Expand Up @@ -11,5 +11,5 @@ PageBase.clearCssCache=Clear less/js cache
WorkItemsPanel.assigned=Assignee or candidate
WorkItemsPanel.created=Created
WorkItemsPanel.name=Name
pageBase.midPointVersion=Version\: ${pom.version}, describe\: ${describe}
pageBase.midPointVersion=Version\: ${pom.version}, ${describe}
pageBase.unknownBuildNumber=unknown
Expand Up @@ -11,5 +11,5 @@ PageBase.clearCssCache=Clear less/js cache
WorkItemsPanel.assigned=Assigned to
WorkItemsPanel.created=Created
WorkItemsPanel.name=Name
pageBase.midPointVersion=Verzia\: ${pom.version}, popis\: ${describe}
pageBase.midPointVersion=Verzia\: ${pom.version}, ${describe}
pageBase.unknownBuildNumber=neznáme
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
pageBase.midPointVersion=Versiyon\: ${pom.version}, Açıklama\: ${describe}
pageBase.midPointVersion=Versiyon\: ${pom.version}, ${describe}
pageBase.unknownBuildNumber=bilinmeyen


Expand Down
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
~ Copyright (c) 2010-2013 Evolveum
~ Copyright (c) 2010-2015 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -118,8 +118,8 @@ <h1 wicket:id="pageTitle">

<!-- Footer -->
<div class="mp-footer">
Thanks for using <a href="http://midpoint.evolveum.com">midPoint</a>, developed by<br>
<a href="https://www.evolveum.com/">Evolveum</a>,&nbsp;Open Source Identity Management, &copy;&nbsp;2015&nbsp;
Thank you for using <a href="http://midpoint.evolveum.com">midPoint</a>, developed by
<a href="https://www.evolveum.com/">Evolveum</a> and partners, &copy;&nbsp;2010-2015&nbsp;
</div>

</body>
Expand Down
@@ -1,5 +1,5 @@
#
# Copyright (c) 2010-2013 Evolveum
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
pageBase.midPointVersion=Version: ${pom.version}, describe: ${describe}
pageBase.midPointVersion=Version: ${pom.version}, ${describe}
pageBase.unknownBuildNumber=unknown

#most common used button names, used also in PageBase subclasses
Expand Down
Expand Up @@ -299,7 +299,7 @@ private void welcome() {
LOGGER.info("| ___ ____ (_) __| | |_) |___ (_)___|_ _|");
LOGGER.info("| | _ ` _ `| |/ _ | __/ _ \\| | _` | |");
LOGGER.info("| | | | | | | | (_| | | | (_) | | | | | |_");
LOGGER.info("| |_| |_| |_|_|\\____|_| \\____/|_|_| |_|\\__| from Evolveum.com");
LOGGER.info("| |_| |_| |_|_|\\____|_| \\____/|_|_| |_|\\__| by Evolveum and partners");
LOGGER.info("|");
LOGGER.info("| Licensed under the Apache License, Version 2.0 see: http://www.apache.org/licenses/LICENSE-2.0");
LOGGER.info("| Version : " + info.getString("midpoint.version"));
Expand Down

0 comments on commit 91e7df2

Please sign in to comment.