ui: Centered "No bookmarks" text

This commit is contained in:
WerWolv
2021-09-27 23:19:41 +02:00
parent d5ca4c4f28
commit 7978964995
5 changed files with 10 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ namespace hex::plugin::builtin {
{ "hex.view.bookmarks.name", "Bookmarks" },
{ "hex.view.bookmarks.default_title", "Bookmark [0x{0:X} - 0x{1:X}]" },
{ "hex.view.bookmarks.no_bookmarks", "No bookmarks created yet. Add one with Edit -> Add Bookmark" },
{ "hex.view.bookmarks.no_bookmarks", "No bookmarks created yet. Add one with Edit -> Create Bookmark" },
{ "hex.view.bookmarks.title.info", "Information" },
{ "hex.view.bookmarks.address", "0x{0:X} : 0x{1:X} ({2} bytes)" },
{ "hex.view.bookmarks.button.jump", "Jump to" },