From dbfac703966656a16b59e62674881546c19f9386 Mon Sep 17 00:00:00 2001 From: Reis Radomil Date: Sun, 22 Apr 2018 04:16:05 +0000 Subject: [PATCH] I18N: version.c: Pass the complete license string to the translator This partly reverses commit 9b7faeeb7eb3dd436444c98c662ab1656fb9ba14. --- version.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/version.c b/version.c index 24980d5a4..36d880841 100644 --- a/version.c +++ b/version.c @@ -87,13 +87,12 @@ static const char *License = N_( " This program is distributed in the hope that it will be useful,\n" " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" - " GNU General Public License for more details.\n"); - -static const char *Obtaining = - N_(" You should have received a copy of the GNU General Public License\n" - " along with this program; if not, write to the Free Software\n" - " Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " - "02110-1301, USA.\n"); + " GNU General Public License for more details.\n" + "\n" + " You should have received a copy of the GNU General Public License\n" + " along with this program; if not, write to the Free Software\n" + " Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " + "02110-1301, USA.\n"); static const char *ReachingUs = N_("To learn more about NeoMutt, visit: https://www.neomutt.org\n" @@ -451,7 +450,6 @@ void print_copyright(void) puts(Copyright); puts(_(Thanks)); puts(_(License)); - puts(_(Obtaining)); puts(_(ReachingUs)); } -- 2.40.0