Skip to content

Commit

Permalink
change wording of message
Browse files Browse the repository at this point in the history
  • Loading branch information
Joscha Legewie committed Jan 19, 2013
1 parent 4c693ac commit 5e45d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotfile/zotfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Zotero.ZotFile = {
else zz.infoWindow("ZotFile Error","No regular Zotero item selected.");
};
// ask user whether s/he wants to attach and rename the new file
zz.infoWindow("ZotFile: New file",{lines:["'" + file.leafName + "'"],txt:"(click here to rename and attach this file to the currently selected Zotero item)"},zz.prefs.getIntPref("info_window_duration_clickable"),on_confirm);
zz.infoWindow("ZotFile: New file in source folder",{lines:["'" + file.leafName + "'"],txt:"(click here to rename and attach this file to the currently selected Zotero item)"},zz.prefs.getIntPref("info_window_duration_clickable"),on_confirm);
zz.lastModifiedFile=file.lastModifiedTime;
}
},
Expand Down

0 comments on commit 5e45d8d

Please sign in to comment.