Skip to content

Commit

Permalink
Updates version information
Browse files Browse the repository at this point in the history
  • Loading branch information
dannygb committed Jul 13, 2019
1 parent 4741ba0 commit b053858
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion KeePit/qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ MainView {
id: about
Dialog {
id: aboutDialog
title: i18n.tr("About (KeePit v3.0)")
title: i18n.tr("About (KeePit v3.1)")
text: i18n.tr("Copyright &copy; "+ currentDate.toLocaleString(locale, "yyyy") +" Dan Beavon<br/>This software is distributed under the terms of the GNU General Public License v3")
Button {
text: i18n.tr("Ok")
Expand Down
4 changes: 2 additions & 2 deletions manifest.json.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keepit.dannygb",
"description": "KeePit an Ubuntu Touch implementation of KeepPass2",
"architecture": "@CLICK_ARCH@",
"architecture": "armhf",
"title": "KeePit",
"hooks": {
"KeePit": {
Expand All @@ -10,7 +10,7 @@
"content-hub": "KeePit/KeePit.contenthub"
}
},
"version": "3.0",
"version": "3.1",
"maintainer": "Dan Beavon <[email protected]>",
"framework": "ubuntu-sdk-16.04"
}
5 changes: 3 additions & 2 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ msgid "Ok"
msgstr "OK"

#: /home/dan/KeePit/KeePit/Main.qml:172
msgid "About (KeePit v3.0)"
msgstr "Über (KeePit v3.0)"
#, fuzzy
msgid "About (KeePit v1)"
msgstr "Über (KeePit v3.1)"

#: /home/dan/KeePit/KeePit/Main.qml:173
msgid "Copyright &copy; "
Expand Down
2 changes: 1 addition & 1 deletion po/keepit.dannygb.pot
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ msgid "Ok"
msgstr ""

#: /home/dan/KeePit/KeePit/Main.qml:172
msgid "About (KeePit v3.0)"
msgid "About (KeePit v1)"
msgstr ""

#: /home/dan/KeePit/KeePit/Main.qml:173
Expand Down

0 comments on commit b053858

Please sign in to comment.