More changes. fixing translations

This commit is contained in:
dabura667 2015-06-05 02:57:23 +09:00
commit 113070d906
3 changed files with 4 additions and 4 deletions

View file

@ -56,8 +56,8 @@ msgid "Advanced options"
msgstr "詳細設定"
#: public/views/preferencesAlias.html
msgid "Alias for"
msgstr "ウォレット通称"
msgid "Alias for <i>{{index.walletName}}</i>"
msgstr "<i>{{index.walletName}}</i> の通称設定"
#: public/views/splash.html
msgid "Already have a wallet?"

View file

@ -43,7 +43,7 @@ msgid "Advanced options"
msgstr ""
#: public/views/preferencesAlias.html
msgid "Alias for"
msgid "Alias for <i>{{index.walletName}}</i>"
msgstr ""
#: public/views/splash.html

View file

@ -6,7 +6,7 @@
<div class="content preferences p20v" ng-controller="preferencesAliasController as prefAlias">
<form name="settingsAliasForm" ng-submit="prefAlias.save()" class="columns">
<label><span translate>Alias for</span> <i>{{index.walletName}}</i></label>
<label><span translate>Alias for <i>{{index.walletName}}</i></span></label>
<input type="text" id="alias2" type="text" name="alias2" ng-model="prefAlias.alias">
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
ng-style="{'background-color':index.backgroundColor}">