mirror of https://github.com/GNOME/gimp.git
Bug 762282 - Link ends with "/."
One can't say automatically if the dot is part of the URL (even though usually not). Simpler is to not finish with a dot.
This commit is contained in:
parent
00e168e830
commit
1159ec2d90
|
@ -42,7 +42,7 @@
|
|||
"GNU General Public License for more details." \
|
||||
"\n\n" \
|
||||
"You should have received a copy of the GNU General Public License " \
|
||||
"along with GIMP. If not, see http://www.gnu.org/licenses/.")
|
||||
"along with GIMP. If not, see: http://www.gnu.org/licenses/")
|
||||
|
||||
|
||||
#endif /* __ABOUT_H__ */
|
||||
|
|
|
@ -185,8 +185,8 @@ gimp_help_domain_map (GimpHelpDomain *domain,
|
|||
g_message ("%s\n\n%s",
|
||||
_("The GIMP user manual is not available."),
|
||||
_("Please install the additional help package "
|
||||
"or use the online user manual at "
|
||||
"http://docs.gimp.org/."));
|
||||
"or use the online user manual at: "
|
||||
"http://docs.gimp.org/"));
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue