dba34c: #i104351# fix name of dialog to correspond to menu entry

This commit is contained in:
Ocke.Janssen 2010-12-02 14:54:34 +01:00
parent 1ae17f5b03
commit a785deda74
2 changed files with 4 additions and 4 deletions

View file

@ -261,19 +261,19 @@ Menu RID_MENU_APP_EDIT
MenuItem
{
Identifier = SID_DB_APP_DSPROPS;
Text[ en-US ] = "Properties";
Text[ en-US ] = "Properties...";
Command = ".uno:DBDSProperties";
};
MenuItem
{
Identifier = SID_DB_APP_DSCONNECTION_TYPE;
Text[ en-US ] = "Connection Type";
Text[ en-US ] = "Connection Type...";
Command = ".uno:DBDSConnectionType";
};
MenuItem
{
Identifier = SID_DB_APP_DSADVANCED_SETTINGS;
Text[ en-US ] = "Advanced Settings";
Text[ en-US ] = "Advanced Settings...";
Command = ".uno:DBDSAdvancedSettings";
};
};

View file

@ -383,5 +383,5 @@ TabDialog DLG_DATABASE_ADVANCED
Text [ en-US ] = "Special Settings";
};
Text [ en-US ] = "Advanced Properties" ;
Text [ en-US ] = "Advanced Settings" ;
};