Files
loongoffice/cui/source/dialogs/cuires.src
Caolán McNamara 77407d7ad0 convert thesaurus dialog to .ui format
Change-Id: I58c128b78f19b1141b82c2cecb37ed390a5db82b
2012-10-04 12:49:27 +01:00

18 lines
506 B
Plaintext

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "cuires.hrc"
String RID_SVXSTR_ERR_TEXTNOTFOUND
{
Text [ en-US ] = "No alternatives found." ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */