diff options
Diffstat (limited to 'src/zenity.glade')
-rw-r--r-- | src/zenity.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenity.glade b/src/zenity.glade index 3141c855..46eda5af 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -819,7 +819,7 @@ <child> <widget class="GtkLabel" id="zenity_error_text"> <property name="visible">True</property> - <property name="label" translatable="yes">You have not done the right thing, clearly.</property> + <property name="label" translatable="yes">An error has occurred.</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -1064,7 +1064,7 @@ <child> <widget class="GtkLabel" id="zenity_info_text"> <property name="visible">True</property> - <property name="label" translatable="yes">You have done the right thing, hurrah.</property> + <property name="label" translatable="yes">All updates are complete.</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |