summaryrefslogtreecommitdiff
path: root/shared/wx_choice_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/wx_choice_enum.h')
-rw-r--r--shared/wx_choice_enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/wx_choice_enum.h b/shared/wx_choice_enum.h
index e8fbeead..b8833725 100644
--- a/shared/wx_choice_enum.h
+++ b/shared/wx_choice_enum.h
@@ -20,7 +20,7 @@ Member variable:
Constructor code:
enumDescrMap.
- add(ON_ERROR_POPUP , _("Show popup") , _("Show popup on errors or warnings")).
+ add(ON_ERROR_POPUP , _("Show pop-up") , _("Show pop-up on errors or warnings")).
add(ON_ERROR_IGNORE, _("Ignore errors") , _("Hide all error and warning messages")).
add(ON_ERROR_EXIT , _("Exit instantly"), _("Abort synchronization immediately"));
bgstack15