Skip to content

Commit

Permalink
po: fix duplicate strings, update POT file
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Jul 21, 2023
1 parent 9132667 commit 808ca76
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 259 deletions.
2 changes: 1 addition & 1 deletion bottles/frontend/ui/dialog-journal.blp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ template JournalDialog : .AdwWindow {

.AdwHeaderBar {
title-widget: .AdwWindowTitle {
title: _("Journal browser");
title: _("Journal Browser");
}

;
Expand Down
2 changes: 1 addition & 1 deletion bottles/frontend/ui/importer-entry.blp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Popover pop_actions {
spacing: 3;

.GtkModelButton btn_browse {
text: _("Browse files");
text: _("Browse Files");
}
}
}
Expand Down
Loading

0 comments on commit 808ca76

Please sign in to comment.