[Libreoffice-commits] core.git: fpicker/source
Olivier Hallot
olivier.hallot at edx.srv.br
Tue Mar 4 11:22:33 PST 2014
fpicker/source/office/iodlg.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b455abb0138a3f296e0d9a833c0d3c205295d78a
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date: Tue Mar 4 14:27:52 2014 -0300
FDO#75755: Change string "..." to "Servers..."
Change string "..." to "Servers..." in filepicker, to allow better understandng of the remote acess to file services.
Change-Id: I8ffca698b40d23b1c876223ef98f9bcb181791a4
Reviewed-on: https://gerrit.libreoffice.org/8452
Tested-by: Marcos Paulo de Souza <marcos.souza.org at gmail.com>
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org at gmail.com>
diff --git a/fpicker/source/office/iodlg.src b/fpicker/source/office/iodlg.src
index 1a6b3a9..822ce92 100644
--- a/fpicker/source/office/iodlg.src
+++ b/fpicker/source/office/iodlg.src
@@ -97,8 +97,8 @@ ModalDialog DLG_FPICKER_EXPLORERFILE
{
HelpID = "fpicker:PushButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_CONNECT_TO_SERVER";
Pos = MAP_APPFONT ( 94 , 6 ) ;
- Size = MAP_APPFONT ( 12 , 12 ) ;
- Text [ en-US ] = "..." ;
+ Size = MAP_APPFONT ( 50 , 12 ) ;
+ Text [ en-US ] = "Servers..." ;
QuickHelpText [ en-US ] = "Connect To Server" ;
};
Control CTL_EXPLORERFILE_FILELIST
More information about the Libreoffice-commits
mailing list