summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2014-05-20 21:33:52 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2014-05-20 21:33:52 +0200
commitc4895ee9a0f3e6ca5aa4113b4bbc3ced0f3d6067 (patch)
treedd5dd74b54a87d83335082bdb4d433563671e968
parentec0c2f3292b3db0fdad7f02ed068a97b66f7a2ea (diff)
downloadzenity-c4895ee9a0f3e6ca5aa4113b4bbc3ced0f3d6067.tar.gz
Improve grammar in new translatable strings
-rw-r--r--src/option.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/option.c b/src/option.c
index 1b2bb5c..f5c84d5 100644
--- a/src/option.c
+++ b/src/option.c
@@ -396,7 +396,7 @@ static GOptionEntry error_options[] = {
G_OPTION_FLAG_NOALIAS,
G_OPTION_ARG_NONE,
&zenity_general_dialog_ellipsize,
- N_("Enable ellipsize in dialog text. This fix the high window size with big texts")
+ N_("Enable ellipsizing in the dialog text. This fixes the high window size with long texts")
},
{
NULL
@@ -454,7 +454,7 @@ static GOptionEntry info_options[] = {
G_OPTION_FLAG_NOALIAS,
G_OPTION_ARG_NONE,
&zenity_general_dialog_ellipsize,
- N_("Enable ellipsize in dialog text. This fix the high window size with big texts")
+ N_("Enable ellipsizing in the dialog text. This fixes the high window size with long texts")
},
{
NULL
@@ -832,7 +832,7 @@ static GOptionEntry question_options[] = {
G_OPTION_FLAG_NOALIAS,
G_OPTION_ARG_NONE,
&zenity_general_dialog_ellipsize,
- N_("Enable ellipsize in dialog text. This fix the high window size with big texts")
+ N_("Enable ellipsizing in the dialog text. This fixes the high window size with long texts")
},
{
NULL
@@ -970,7 +970,7 @@ static GOptionEntry warning_options[] = {
G_OPTION_FLAG_NOALIAS,
G_OPTION_ARG_NONE,
&zenity_general_dialog_ellipsize,
- N_("Enable ellipsize in dialog text. This fix the high window size with big texts")
+ N_("Enable ellipsizing in the dialog text. This fixes the high window size with long texts")
},
{
NULL