summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/updater/progressui_gtk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/updater/progressui_gtk.cxx')
-rw-r--r--onlineupdate/source/update/updater/progressui_gtk.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/onlineupdate/source/update/updater/progressui_gtk.cxx b/onlineupdate/source/update/updater/progressui_gtk.cxx
index 64d8b18d70ba..47d27ea02c17 100644
--- a/onlineupdate/source/update/updater/progressui_gtk.cxx
+++ b/onlineupdate/source/update/updater/progressui_gtk.cxx
@@ -79,8 +79,8 @@ ShowProgressUI()
StringTable strings;
if (ReadStrings(ini_path, &strings) != OK)
{
- strcpy(strings.title, "LibreOffice Updater");
- strcpy(strings.info, "This program is updating your LibreOffice installation.");
+ strcpy(strings.title, "LibreOffice Update");
+ strcpy(strings.info, "Please wait while we update your installation.");
}
sWin = gtk_window_new(GTK_WINDOW_TOPLEVEL);