Changed the Update Cider button to use locale
This commit is contained in:
parent
b28b88e885
commit
c4b7e3ae43
3 changed files with 4 additions and 3 deletions
|
@ -17,3 +17,4 @@ been modified, the ones not mentioned in the list need modifying.
|
|||
|
||||
* `settings.option.experimental.closeButtonBehaviour`: Changed to `close_button_hide` - Should be "Close Button Should Hide the Application". `.quit`, `.minimizeTaskbar` and `.minimizeTray` have been removed. Translations done for en_US.
|
||||
* `term.loadingPlaylist`: Added for `en_US` and `en_PISS`.
|
||||
* `action.update`: Added for `en_US`.
|
|
@ -192,10 +192,10 @@
|
|||
"action.import": "Import",
|
||||
"action.export": "Export",
|
||||
"action.showAlbum": "Show Complete Album",
|
||||
// Waiting on Core for moving plugin to app.ts
|
||||
"action.tray.minimize": "Minimize to Tray",
|
||||
"action.tray.quit": "Quit",
|
||||
"action.tray.show": "Show",
|
||||
"action.update": "Update",
|
||||
|
||||
// Settings - General
|
||||
"settings.header.general": "General",
|
||||
|
|
|
@ -606,7 +606,7 @@
|
|||
</div>
|
||||
<div class="md-option-line">
|
||||
<div class="md-option-segment">
|
||||
Update Cider
|
||||
{{$root.getLz('action.update')}} {{$root.getLz('app.name')}}
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<button class="md-btn" @click="app.checkForUpdate()">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue