Skip to content

Commit

Permalink
Changed 'Manage My Money' to #{APP_NAME} in some places
Browse files Browse the repository at this point in the history
  • Loading branch information
sejtenik committed Apr 16, 2009
1 parent ce6c44b commit 81c442d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/views/layouts/application.html.erb
Expand Up @@ -6,11 +6,11 @@
<head>


<title>Manage My Money</title>
<title><%= APP_NAME %></title>

<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="author" content="3p group" />
<meta name="description" content="Manage My Money was designed to allow you easly and fastly notice the flow of your money" />
<meta name="author" content="Robert Pankowecki, Jarosław Plebański" />
<meta name="description" content="<%= APP_NAME %> was designed to allow you easly and fastly track the flow of your money" />
<meta name="keywords" content="money, money managment, transfers" />
<meta name="robots" content="index, follow, noarchive" />
<meta name="googlebot" content="noarchive" />
Expand All @@ -33,7 +33,7 @@

<div id="header" class="width">
<% link_to("/", :id=>'main-page-link') do -%>
<img style="margin: 0px; padding: 0px;" src="/images/bg/header_3m.jpg" alt="Manage My Money Logo"/>
<img style="margin: 0px; padding: 0px;" src="/images/bg/header_3m.jpg" alt="<%= APP_NAME %> Logo"/>
<% end %>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/static/authors.html.erb
Expand Up @@ -59,7 +59,7 @@
</div><br />

<div>
Wszelkie informacje nt. działania serwisu co-do-grosza.pl jak i
Wszelkie informacje nt. działania serwisu <%= APP_NAME %> jak i
aplikacji Manage My Money najlepiej wysyłać na
<b><a href="http://groups.google.com/group/manage-my-money">listę dyskusyjną</a></b>.
</div><br />
Expand Down
2 changes: 1 addition & 1 deletion test/selenium/menu_test.rb
Expand Up @@ -73,7 +73,7 @@ def test_main_page_links
}

go_home
@selenium.click "//img[@alt='Manage My Money Logo']"
@selenium.click "//img[@alt='#{APP_NAME} Logo']"
@selenium.wait_for_page_to_load "30000"
selenium_assert {
assert @selenium.is_text_present("Twoje kategorie")
Expand Down

0 comments on commit 81c442d

Please sign in to comment.