fix: filling in missing translations
Some checks are pending
Build & Package Qt5 / build (ubuntu-20.04) (push) Waiting to run
Build & Package Qt5 / build (windows-2019) (push) Waiting to run
Build & Package / build (macos-12) (push) Waiting to run
Build & Package / build (macos-13) (push) Waiting to run
Build & Package / build (macos-14) (push) Waiting to run
Build & Package / build (ubuntu-20.04) (push) Waiting to run
Build & Package / build (windows-2019) (push) Waiting to run
Some checks are pending
Build & Package Qt5 / build (ubuntu-20.04) (push) Waiting to run
Build & Package Qt5 / build (windows-2019) (push) Waiting to run
Build & Package / build (macos-12) (push) Waiting to run
Build & Package / build (macos-13) (push) Waiting to run
Build & Package / build (macos-14) (push) Waiting to run
Build & Package / build (ubuntu-20.04) (push) Waiting to run
Build & Package / build (windows-2019) (push) Waiting to run
This commit is contained in:
parent
6c9b573357
commit
72030d92f6
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -117,7 +117,7 @@ void KeyList::init() {
|
||||
: global_column_filter_ & ~GpgKeyTableColumn::kCREATE_DATE);
|
||||
});
|
||||
|
||||
subkeys_number_column_action_ = new QAction("Subkey(s)", this);
|
||||
subkeys_number_column_action_ = new QAction(tr("Subkey(s)"), this);
|
||||
subkeys_number_column_action_->setCheckable(true);
|
||||
subkeys_number_column_action_->setChecked(
|
||||
(global_column_filter_ & GpgKeyTableColumn::kSUBKEYS_NUMBER) !=
|
||||
@ -131,7 +131,7 @@ void KeyList::init() {
|
||||
: global_column_filter_ & ~GpgKeyTableColumn::kSUBKEYS_NUMBER);
|
||||
});
|
||||
|
||||
comment_column_action_ = new QAction("Comment", this);
|
||||
comment_column_action_ = new QAction(tr("Comment"), this);
|
||||
comment_column_action_->setCheckable(true);
|
||||
comment_column_action_->setChecked(
|
||||
(global_column_filter_ & GpgKeyTableColumn::kCOMMENT) !=
|
||||
|
Loading…
Reference in New Issue
Block a user