[gparted] Change URL for "Saving Details" to a shorter path
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Change URL for "Saving Details" to a shorter path
- Date: Wed, 20 Oct 2010 23:35:31 +0000 (UTC)
commit 1ad4864618df8923164e6697ad2abd8a1c9b0e30
Author: Curtis Gedak <gedakc gmail com>
Date: Wed Oct 20 17:32:56 2010 -0600
Change URL for "Saving Details" to a shorter path
This new URL is actually an html redirect to the actual page
location. This permits us the flexibility to move the actual
page wherever is needed on the web site without the need to
change the URL location in the code.
src/Dialog_Progress.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Dialog_Progress.cc b/src/Dialog_Progress.cc
index 2bd4ffa..1921d8a 100644
--- a/src/Dialog_Progress.cc
+++ b/src/Dialog_Progress.cc
@@ -276,8 +276,8 @@ void Dialog_Progress::on_signal_show()
str_temp += "\n\n<i><b>" + Glib::ustring( _("IMPORTANT") ) + "</b>\n" ;
str_temp += _("If you want support, you need to provide the saved details!") ;
str_temp += "\n" + String::ucompose(
- /* TO TRANSLATORS: looks like See http://gparted.org/larry/tips/save_details.htm for more information. */
- _("See %1 for more information."), "http://gparted.org/larry/tips/save_details.htm" ) + "</i>" ;
+ /* TO TRANSLATORS: looks like See http://gparted.org/save-details.htm for more information. */
+ _("See %1 for more information."), "http://gparted.org/save-details.htm" ) + "</i>" ;
dialog .set_secondary_text( str_temp, true ) ;
dialog .run() ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]