diff --git a/ihatemoney/messages.pot b/ihatemoney/messages.pot
index 9569d055..d56b0e79 100644
--- a/ihatemoney/messages.pot
+++ b/ihatemoney/messages.pot
@@ -285,7 +285,7 @@ msgstr ""
msgid "delete"
msgstr ""
-msgid "see"
+msgid "show"
msgstr ""
msgid "The Dashboard is currently deactivated."
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css
index ec1481bc..44bc5de5 100644
--- a/ihatemoney/static/css/main.css
+++ b/ihatemoney/static/css/main.css
@@ -315,7 +315,7 @@ footer .footer-left {
.bill-actions > .delete,
.bill-actions > .edit,
-.bill-actions > .see {
+.bill-actions > .show {
font-size: 0px;
display: block;
width: 16px;
@@ -333,8 +333,8 @@ footer .footer-left {
background: url("../images/edit.png") no-repeat right;
}
-.bill-actions > .see {
- background: url("../images/see.png") no-repeat right;
+.bill-actions > .show {
+ background: url("../images/show.png") no-repeat right;
}
#bill_table,
@@ -354,7 +354,7 @@ footer .footer-left {
.project-actions > .delete,
.project-actions > .edit,
-.project-actions > .see {
+.project-actions > .show {
font-size: 0px;
display: block;
width: 16px;
@@ -372,8 +372,8 @@ footer .footer-left {
background: url("../images/edit.png") no-repeat right;
}
-.project-actions > .see {
- background: url("../images/see.png") no-repeat right;
+.project-actions > .show {
+ background: url("../images/show.png") no-repeat right;
}
.history_icon > .delete,
diff --git a/ihatemoney/static/images/see.png b/ihatemoney/static/images/show.png
similarity index 100%
rename from ihatemoney/static/images/see.png
rename to ihatemoney/static/images/show.png
diff --git a/ihatemoney/templates/dashboard.html b/ihatemoney/templates/dashboard.html
index b77a0ba8..d9c150c4 100644
--- a/ihatemoney/templates/dashboard.html
+++ b/ihatemoney/templates/dashboard.html
@@ -16,7 +16,7 @@
{{ _('edit') }}
{{ _('delete') }}
- {{ _('see') }}
+ {{ _('show') }}
|
{% endfor %}
diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html
index 487e70eb..12c50727 100644
--- a/ihatemoney/templates/list_bills.html
+++ b/ihatemoney/templates/list_bills.html
@@ -133,7 +133,7 @@
{{ _('edit') }}
{{ _('delete') }}
{% if bill.external_link %}
- {{ _('see') }}
+ {{ _('show') }}
{% endif %}
diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.po b/ihatemoney/translations/cs/LC_MESSAGES/messages.po
index 96703ac6..b405672e 100644
--- a/ihatemoney/translations/cs/LC_MESSAGES/messages.po
+++ b/ihatemoney/translations/cs/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-18 15:11+0200\n"
+"POT-Creation-Date: 2020-05-30 14:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language: cs\n"
@@ -301,7 +301,7 @@ msgstr ""
msgid "delete"
msgstr ""
-msgid "see"
+msgid "show"
msgstr ""
msgid "The Dashboard is currently deactivated."
diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.po b/ihatemoney/translations/de/LC_MESSAGES/messages.po
index a1707ea6..de54013f 100644
--- a/ihatemoney/translations/de/LC_MESSAGES/messages.po
+++ b/ihatemoney/translations/de/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-18 15:11+0200\n"
+"POT-Creation-Date: 2020-05-30 14:26+0200\n"
"PO-Revision-Date: 2020-05-28 05:41+0000\n"
"Last-Translator: Natalie Jann \n"
"Language-Team: German \n"
"Language-Team: Spanish (Latin America) \n"
"Language-Team: French \n"
"Language: id\n"
@@ -308,8 +308,8 @@ msgstr "ubah"
msgid "delete"
msgstr "hapus"
-msgid "see"
-msgstr "lihat"
+msgid "show"
+msgstr ""
msgid "The Dashboard is currently deactivated."
msgstr "Dasbor sekarang ini sedang dinonaktifkan."
diff --git a/ihatemoney/translations/it/LC_MESSAGES/messages.po b/ihatemoney/translations/it/LC_MESSAGES/messages.po
index cc3a0ef8..140bf2d2 100644
--- a/ihatemoney/translations/it/LC_MESSAGES/messages.po
+++ b/ihatemoney/translations/it/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-09 21:41+0200\n"
+"POT-Creation-Date: 2020-05-30 14:26+0200\n"
"PO-Revision-Date: 2020-05-25 20:41+0000\n"
"Last-Translator: Stefano Mortellaro \n"
"Language-Team: Italian \n"
"Language-Team: Norwegian Bokmål \n"
"Language: nl\n"
@@ -306,8 +306,8 @@ msgstr "bewerken"
msgid "delete"
msgstr "verwijderen"
-msgid "see"
-msgstr "bekijk"
+msgid "show"
+msgstr ""
msgid "The Dashboard is currently deactivated."
msgstr "De overzichtspagina is momenteel uitgeschakeld."
diff --git a/ihatemoney/translations/pl/LC_MESSAGES/messages.po b/ihatemoney/translations/pl/LC_MESSAGES/messages.po
index aa2d19b2..cfb3982d 100644
--- a/ihatemoney/translations/pl/LC_MESSAGES/messages.po
+++ b/ihatemoney/translations/pl/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-18 15:11+0200\n"
+"POT-Creation-Date: 2020-05-30 14:26+0200\n"
"PO-Revision-Date: 2020-05-13 15:41+0000\n"
"Last-Translator: Szylu \n"
"Language: pl\n"
@@ -311,8 +311,8 @@ msgstr "edytuj"
msgid "delete"
msgstr "usuń"
-msgid "see"
-msgstr "zobacz"
+msgid "show"
+msgstr ""
msgid "The Dashboard is currently deactivated."
msgstr "Pulpit nawigacyjny jest obecnie dezaktywowany."
diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.po b/ihatemoney/translations/ru/LC_MESSAGES/messages.po
index 7daaa261..4fde062e 100644
--- a/ihatemoney/translations/ru/LC_MESSAGES/messages.po
+++ b/ihatemoney/translations/ru/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-18 15:11+0200\n"
+"POT-Creation-Date: 2020-05-30 14:26+0200\n"
"PO-Revision-Date: 2020-04-28 07:11+0000\n"
"Last-Translator: Vsevolod \n"
"Language: ru\n"
@@ -311,8 +311,8 @@ msgstr "изменить"
msgid "delete"
msgstr "удалить"
-msgid "see"
-msgstr "просмотреть"
+msgid "show"
+msgstr ""
msgid "The Dashboard is currently deactivated."
msgstr "Панель инструментов в данный момент отключена."
diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.po b/ihatemoney/translations/tr/LC_MESSAGES/messages.po
index caf8acb8..550eeaca 100644
--- a/ihatemoney/translations/tr/LC_MESSAGES/messages.po
+++ b/ihatemoney/translations/tr/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-18 15:11+0200\n"
+"POT-Creation-Date: 2020-05-30 14:26+0200\n"
"PO-Revision-Date: 2020-05-28 05:41+0000\n"
"Last-Translator: Oğuz Ersen \n"
"Language-Team: Turkish \n"
"Language-Team: Ukrainian \n"
"Language: zh_HANS_CN\n"
@@ -303,8 +303,8 @@ msgstr "编辑"
msgid "delete"
msgstr "删除"
-msgid "see"
-msgstr "查看"
+msgid "show"
+msgstr ""
msgid "The Dashboard is currently deactivated."
msgstr "操作面板失效"