diff --git a/app/views/utils/editor.scala.html b/app/views/utils/editor.scala.html index 0f3f42a86..74cee99be 100644 --- a/app/views/utils/editor.scala.html +++ b/app/views/utils/editor.scala.html @@ -13,12 +13,12 @@ @if(enabled) { - + @messages("general.edit") - + @@ -26,16 +26,16 @@ @if(savable) { - + - + } @if(cancellable) { - + @@ -44,7 +44,7 @@ @if(deletable) { - + diff --git a/conf/messages b/conf/messages index 923ee261e..56d8812c9 100755 --- a/conf/messages +++ b/conf/messages @@ -27,6 +27,7 @@ general.irc = Chat general.edit = Edit general.cancel = Cancel general.save = Save +general.preview = Preview general.delete = Delete general.name = Name general.close = Close @@ -141,7 +142,7 @@ project.create.selectFile = Select plugin file project.create.destination = Project will be created at {0} project.create.infoText.head = A project contains your downloads and the documentation for your plugin. project.create.infoText.bottom = Begin by uploading your plugin JAR file with a valid mcmod.info file in the first level or a ZIP file with your valid plugin JAR in the first level. Plugins with missing or incomplete metadata files will not be accepted. -project.create.infoText.pgp = To upload files to Ore, you must first add a PGP Public Key to your account and all files must be uploaded with a corresponding signature. Learn more +project.create.infoText.pgp = To upload files to Ore, you must first add a PGP Public Key to your account and all files must be uploaded with a corresponding signature. Learn more project.create.issue-input = Issue tracker URL project.create.source-input = Source code URL project.icon = Project icon @@ -277,4 +278,4 @@ licenses.mit = MIT licenses.apache2.0 = Apache 2.0 licenses.gpl = GNU General Public License (GPL) licenses.lgpl = GNU Lesser General Public License (LGPL) -licenses.custom = Custom \ No newline at end of file +licenses.custom = Custom