Skip to content

Commit

Permalink
Change "Create new..." to "Create new"
Browse files Browse the repository at this point in the history
Consistency fix in welcome screen button string: all other buttons don't
use ellipsis, the "Create new" one shouldn't either. The ellipsis would
be appropriate on a menu item, but not on an action button.
  • Loading branch information
vslavik committed May 1, 2023
1 parent e936aef commit 1d5228e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/welcomescreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ WelcomeWindow::WelcomeWindow()

leftsizer->Add(new ActionButton(
this, XRCID("menu_new_from_pot"), "CreateTranslation",
_(L"Create new"),
_("Create new"),
_("Create new translation from POT template.")),
wxSizerFlags().Border(wxTOP, PX(2)).Expand());

Expand Down

0 comments on commit 1d5228e

Please sign in to comment.